Skip to contents

All functions

LossFunction
Loss Function
Objective
Objective function
Optimizer
Optimizer class
OptimizerGD
Gradient descent optimizer
OptimizerMomentum
Momentum optimizer
OptimizerNAG
Nesterovs momentum optimizer
Visualizer1D
Visualize Base Class
Visualizer1DModel
Visualize Model
Visualizer1DObjective
Visualize Objective
Visualizer2D
Visualize Base Class
Visualizer2DModel
Visualize Model
Visualizer2DObjective
Visualize Objective
VisualizerLossFunction
Visualize Loss Function
as_visualizer()
Convert to visualizer
assertStepSizeControl()
Assertion for the main signature of a `stepSizeControlXX` function.
colSampler()
Randomly generate colors
dict_loss
Dictionary of Loss Functions
dict_objective
Dictionary for test functions
lss()
Retrieve Loss Function
mergeOptimArchives()
Merge optimization archives
mlr_learners_regr.lm_formula LearnerRegrLMFormula
Linear Model Regression Learner with Formula
obj()
Retrieve Objective Functions
stepSizeControlDecayExp()
Conduct exponential decay to adjust the update. See https://neptune.ai/blog/how-to-choose-a-learning-rate-scheduler
stepSizeControlDecayLinear()
Conduct linear decay to adjust the update. See https://neptune.ai/blog/how-to-choose-a-learning-rate-scheduler
stepSizeControlDecaySteps()
Conduct a step-wise decay to adjust the update. See https://neptune.ai/blog/how-to-choose-a-learning-rate-scheduler
stepSizeControlDecayTime()
Conduct time decay to adjust the update. See https://neptune.ai/blog/how-to-choose-a-learning-rate-scheduler
stepSizeControlLineSearch()
Conduct line search in each iteration to adjust the update.