Package index
-
celecxcelecx-package - celecx: Computer Experiment LEarning Curve eXtrapolation
-
optimize_active() - Run Active Learning
-
optimizer_al() - Active Learning Optimizer Factory
-
optimizer_pool_al() - Convenience Constructor for Pool-Based Active Learning Optimizers
-
SearchInstance - Search Instance
-
ContextSearch - Context for Search Instance
-
search_terminated_error() - Search Terminated Error
-
OptimizerSearchAbstract - Abstract Base Class for Search-Compatible Optimizers
-
OptimizerPoolAbstract - Abstract Base Class for Pool-Aware Optimizers
-
OptimizerAL - Proposer-Based Active Learning Optimizer
-
mlr_optimizers_pool_sampleOptimizerPoolSample - Sampler-Based Search on Pool-Restricted or Discrete Objectives
Active Learning Proposers
Proposers that build active-learning batches inside OptimizerAL, and the context they operate on.
-
ALContext - Active Learning Proposal Context
-
ALProposer - Active Learning Proposer
-
ALProposerScoreAbstract - Abstract Base Class for Score-Based Active Learning Proposers
-
ALProposerScore - Score-Based Active Learning Proposer
-
ALProposerSequentialScore - Sequential Score-Based Active Learning Proposer
-
ALProposerSequentialReference - Sequential Reference Active Learning Proposer
-
ALProposerPseudoLabel - Pseudo-Label Active Learning Proposer
-
ALProposerPortfolio - Portfolio Active Learning Proposer
-
ALScoreModifier - Active Learning Score Modifier
-
ALScoreModifierDiversity - Diversity Active Learning Score Modifier
-
ALScoreModifierLocalPenalization - Local-Penalization Active Learning Score Modifier
-
ALScoreModifierNone - No-Op Active Learning Score Modifier
-
AcqFunctionDist - Distance-Aware Acquisition Function Base Class
-
AcqFunctionDistGSx - Distance-Aware GSx Acquisition Function
-
AcqFunctionDistIDEAL - Distance-Aware IDEAL Acquisition Function
-
AcqFunctionDistIGS - Distance-Aware iGS Acquisition Function
-
AcqFunctionGSy - GSy Acquisition Function
-
ALDistance - Active Learning Distance Base Class
-
ALDistanceGeometry - Geometry-Based Active Learning Distance
-
mlr_al_distances - Dictionary of Active Learning Distances
-
mlr_al_distances_affineALDistanceAffine - Affine Active Learning Distance
-
mlr_al_distances_gowerALDistanceGower - Gower Active Learning Distance
-
mlr_al_distances_standardizeALDistanceStandardize - Standardized Active Learning Distance
-
clx_ald() - Syntactic Sugar Active Learning Distance Construction
-
clx_alds() - Syntactic Sugar Active Learning Distances Construction
-
SpaceSampler - Space Sampler Base Class
-
SpaceSamplerDistance - Distance-Based Space Sampler
-
mlr_space_samplers - Dictionary of Space Samplers
-
mlr_space_samplers_chainSpaceSamplerChain - Chained Space Sampler
-
mlr_space_samplers_conditionalSpaceSamplerConditional - Conditional Space Sampler
-
mlr_space_samplers_gsxSpaceSamplerGSx - GSx Space Sampler
-
mlr_space_samplers_kmeansSpaceSamplerKMeans - K-Means Space Sampler
-
mlr_space_samplers_kmedoidsSpaceSamplerKMedoids - K-Medoids Space Sampler
-
mlr_space_samplers_lhsSpaceSamplerLhs - LHS Space Sampler
-
mlr_space_samplers_relational_kmeansSpaceSamplerRelationalKMeans - Relational K-Means Space Sampler
-
mlr_space_samplers_sobolSpaceSamplerSobol - Sobol Space Sampler
-
mlr_space_samplers_uniformSpaceSamplerUniform - Uniform Space Sampler
-
clx_sps() - Syntactic Sugar Space Sampler Construction
-
clx_spss() - Syntactic Sugar Space Samplers Construction
Objectives
Objectives evaluated by table lookup or fitted learners, and pool-restricted objective wrappers.
-
ObjectiveDataset - Objective Based on Pre-evaluated Dataset
-
ObjectiveLearner - Objective Function Based on a Fitted Learner
-
ObjectivePoolAbstract - Abstract Base Class for Pool-backed Objectives
-
ObjectivePoolRFun - Objective Function Based on a Candidate Pool and R Function
-
ObjectivePoolWrapper - Objective Function Wrapping Another Objective on a Candidate Pool
-
mlr_learners_regr.bootstrap_seLearnerRegrBootstrapSE - Bootstrap Ensemble Learner with SE Prediction
-
mlr_learners_regr.deepgpLearnerRegrDeepGP - Deep GP Regression Learner
-
mlr_learners_regr.gpfitLearnerRegrGPfit - GPfit Regression Learner
-
mlr_learners_regr.hetgpLearnerRegrHetGP - hetGP Regression Learner
-
mlr_learners_regr.quantile_seLearnerRegrQuantileSE - Quantile Regression Learner with SE Prediction
-
mlr_learners_regr.tgpLearnerRegrTGP - tgp Regression Learner
Recording Learning Curves
Turning a run into a learning-curve task, online via callback or offline by replay.
-
celecx.surrogate_performanceCallbackSurrogatePerformance - Surrogate Performance Callback
-
replay_surrogate_performance() - Offline Surrogate-Performance Replay
-
replay_surrogate_perf_table() - Offline Surrogate-Performance Table
-
task_lce_from_perf() - Build an LCE Task from an Archive and a Performance Table
-
task_lce_best_so_far() - Best-So-Far Optimization Trace as an LCE Task
-
TaskLCE - Learning Curve Extrapolation Task
-
lce_link()lce_link_from_range() - Predictive Link Functions for LCE Forecasts
Learning-Curve Extrapolation
Learners that extrapolate learning curves, and their prediction object.
-
LearnerLCE - Learning Curve Extrapolation Learner
-
mlr_learners_lce.bootstrapLearnerLCEBootstrap - Residual Bootstrap LCE Learner Wrapper
-
mlr_learners_lce.conformalLearnerLCEConformal - Split-Conformal LCE Learner Wrapper
-
mlr_learners_lce.featurelessLearnerLCEFeatureless - Featureless LCE Learner
-
mlr_learners_lce.gamLearnerLCEGam - GAM LCE Learner
-
mlr_learners_lce.isotonicLearnerLCEIsotonic - Isotonic LCE Learner
-
mlr_learners_lce.parametric_exponentialLearnerLCEParametricExponential - Parametric Exponential LCE Learner
-
mlr_learners_lce.parametric_logLearnerLCEParametricLog - Parametric Log LCE Learner
-
mlr_learners_lce.parametric_logisticLearnerLCEParametricLogistic - Parametric Logistic LCE Learner
-
mlr_learners_lce.parametric_power_lawLearnerLCEParametricPowerLaw - Parametric Power-Law LCE Learner
-
mlr_learners_lce.rolling_slopeLearnerLCERollingSlope - Rolling Slope LCE Learner
-
mlr_learners_lce.simulateLearnerLCESimulate - Forward-Simulation LCE Learner
-
mlr_learners_lce.spline_monotoneLearnerLCESplineMonotone - Monotone Spline LCE Learner
-
PredictionLCE - LCE Prediction Object
-
MeasureLCE - Learning Curve Extrapolation Measure
-
mlr_measures_lce - Per-Batch LCE Loss Measures
-
mlr_measures_lce_distributional - Distributional LCE Measures
-
mlr_resamplings_lce.expanding_cvResamplingLCE - Expanding-Window LCE Cross-Validation
-
lce_batches_to_target() - Batches-to-Target Forecast
-
generate_design_grid_celecx() - Generate a Dependency-Aware Grid Design
-
ConfigurableComponent - ConfigurableComponent
-
SurrogateNull - Archive-Backed Surrogate Adapter
-
ResultAssignerNull - Null Result Assigner