#include <HyperOptimizer.h>
Inheritance diagram for PLearn::HyperOptimizer:


Public Member Functions | |
| HyperOptimizer () | |
| virtual void | optimize (PP< Learner > learner, const VMat &dataset, const HAliases &aliases)=0 |
| Optimize the learner with respect to the given hyperparameters and dataset. | |
| PLEARN_DECLARE_ABSTRACT_OBJECT (HyperOptimizer) | |
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) | |
Public Attributes | |
| PP< TestMethod > | objective |
| HStrategy | substrategy |
Private Types | |
| typedef Object | inherited |
|
|
Reimplemented from PLearn::Object. Reimplemented in PLearn::HSetVal, PLearn::HTryAll, PLearn::HCoordinateDescent, and PLearn::HTryCombinations. Definition at line 64 of file HyperOptimizer.h. |
|
|
Definition at line 66 of file HyperOptimizer.h. |
|
|
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::Object. Reimplemented in PLearn::HSetVal, PLearn::HTryAll, PLearn::HCoordinateDescent, and PLearn::HTryCombinations. Definition at line 52 of file HyperOptimizer.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
||||||||||||||||
|
Optimize the learner with respect to the given hyperparameters and dataset.
Implemented in PLearn::HSetVal, PLearn::HTryAll, PLearn::HCoordinateDescent, and PLearn::HTryCombinations. |
|
|
|
|
|
Definition at line 73 of file HyperOptimizer.h. |
|
|
Definition at line 74 of file HyperOptimizer.h. |
1.3.7