Package index
-
celecxcelecx-package - celecx: Computer Experiment LEarning Curve eXtrapolation
-
optimize_active() - Run Active Learning
-
optimizer_active_learning() - Active Learning Optimizer Factory
-
optimizer_pool_al() - Convenience Constructor for Pool-Based Active Learning Optimizers
-
SearchInstance - Search Instance
-
search_instance() - Create 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_randomOptimizerPoolRandom - Random Search on Pool-Restricted or Discrete Objectives
-
mlr_optimizers_pool_sampleOptimizerPoolSample - Sampler-Based Search on Pool-Restricted or Discrete Objectives
-
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
-
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
-
marshal_model(<learner_regr_bootstrap_se_state>) - Marshal Model for LearnerRegrBootstrapSE State
-
marshal_model(<learner_regr_quantile_se_state>) - Marshal Model for LearnerRegrQuantileSE State
-
unmarshal_model(<learner_regr_bootstrap_se_state_marshaled>) - Unmarshal Model for LearnerRegrBootstrapSE State
-
unmarshal_model(<learner_regr_quantile_se_state_marshaled>) - Unmarshal Model for LearnerRegrQuantileSE State
-
MetricsTracker - Metrics Tracker
-
metrics_tracker() - Create Metrics Tracker
-
make_metric() - Make Metric Function
-
celecx.metrics_trackerCallbackMetricsTracker - Metrics Tracker Callback
-
celecx.forecast_trackerCallbackForecastTracker - Forecast Tracker Callback
-
search_metrics - Search Metrics
-
metric_best_y() - Best Y Metric
-
metric_integrated_variance() - Integrated Variance Metric
-
metric_max_variance() - Maximum Variance Metric
-
metric_mean_variance() - Mean Variance Metric
-
metric_model_mae() - Model MAE Metric
-
metric_model_r2() - Model R-squared Metric
-
metric_model_rmse() - Model RMSE Metric
-
metric_regret() - Regret Metric
-
metric_simple_regret() - Simple Regret Metric
-
metric_worst_y() - Worst Y Metric
-
codomain_goals() - Determine Goals from Codomain
-
codomain_target_ids() - Get Target IDs from Codomain
-
generate_design_grid_celecx() - Generate a Dependency-Aware Grid Design
-
generate_default_grid() - Generate Default Grid
-
compute_domain_volume() - Compute Domain Volume
-
assert_data_table_param_set() - Validate
data.tableAgainstParamSet -
assert_domain_codomain() - Validate Domain and Codomain Structure
-
assert_learner_domain() - Validate Learner Against Domain
-
assert_param_type_compatible() - Assert Parameter Type Compatibility
-
assert_param_uty_custom_check() - Assert
ParamUtyCustom Checks for a data.table Column -
assert_pool_objective_search_space() - Assert Pool Objective Search-Space Compatibility
-
objective_uses_dt_eval() - Detect Objectives with Native data.table Evaluation Semantics
-
param_set_topo_ids() - Topologically sort parameter IDs by dependency order
-
param_set_valid_mask_dt() - Get
logical(nrow(dt))mask of valid configurations in a data.table -
get_col_type() - Get Column Type from data.table Column
-
ConfigurableComponent - ConfigurableComponent
-
SurrogateNull - Archive-Backed Surrogate Adapter
-
ResultAssignerNull - Null Result Assigner
-
hash_transform() - Create Hash Digest of an Object