#include <HyperOptimizer.h>
Inheritance diagram for PLearn::HCoordinateDescent:
Public Member Functions | |
HCoordinateDescent () | |
virtual void | optimize (PP< Learner > learner, const VMat &dataset, const HAliases &aliases) |
Optimize the learner with respect to the given hyperparameters and dataset. | |
PLEARN_DECLARE_OBJECT (HCoordinateDescent) | |
Static Public Member Functions | |
void | declareOptions (OptionList &ol) |
redefine this in subclasses: call declareOption(...) for each option, and then call inherited::declareOptions(options) ( see the declareOption function further down) | |
Protected Attributes | |
int | max_iterations |
HStrategy | substragegy |
Private Types | |
typedef HyperOptimizer | inherited |
|
Reimplemented from PLearn::HyperOptimizer. Definition at line 140 of file HyperOptimizer.h. |
|
Definition at line 142 of file HyperOptimizer.h. References max_iterations. |
|
redefine this in subclasses: call declareOption(...) for each option, and then call inherited::declareOptions(options) ( see the declareOption function further down) ex: static void declareOptions(OptionList& ol) { declareOption(ol, "inputsize", &MyObject::inputsize_, OptionBase::buildoption, "the size of the input\n it must be provided"); declareOption(ol, "weights", &MyObject::weights, OptionBase::learntoption, "the learnt model weights"); inherited::declareOptions(ol); } Reimplemented from PLearn::HyperOptimizer. Definition at line 117 of file HyperOptimizer.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
Optimize the learner with respect to the given hyperparameters and dataset.
Implements PLearn::HyperOptimizer. Definition at line 127 of file HyperOptimizer.cc. References PLearn::HAliases, max_iterations, and PLearn::TVec< T >::size(). |
|
|
|
Definition at line 151 of file HyperOptimizer.h. Referenced by HCoordinateDescent(), and optimize(). |
|
Definition at line 152 of file HyperOptimizer.h. |