#include <shark/Core/ResultSets.h>
Public Types | |
| typedef SearchPointT | SearchPointType |
| typedef ResultT | ResultType |
Public Member Functions | |
| ResultSet () | |
| ResultSet (ResultType const &value, SearchPointType const &point) | |
| template<typename Archive > | |
| void | serialize (Archive &archive, const unsigned int) |
Public Attributes | |
| SearchPointType | point |
| ResultType | value |
Friends | |
| void | swap (ResultSet &set1, ResultSet &set2) |
Definition at line 41 of file ResultSets.h.
| typedef ResultT shark::ResultSet< SearchPointT, ResultT >::ResultType |
Definition at line 43 of file ResultSets.h.
| typedef SearchPointT shark::ResultSet< SearchPointT, ResultT >::SearchPointType |
Definition at line 42 of file ResultSets.h.
|
inline |
Definition at line 44 of file ResultSets.h.
|
inline |
Definition at line 45 of file ResultSets.h.
|
inline |
Definition at line 52 of file ResultSets.h.
|
friend |
Definition at line 57 of file ResultSets.h.
| SearchPointType shark::ResultSet< SearchPointT, ResultT >::point |
Definition at line 48 of file ResultSets.h.
Referenced by shark::NestedGridSearch::configure(), shark::SteepestDescent::init(), shark::VDCMA::init(), shark::GridSearch::init(), main(), shark::SimplexDownhill::read(), shark::GridSearch::read(), shark::NestedGridSearch::read(), shark::PointSearch::read(), run_one_trial(), shark::ResultSet< SearchPointTypeT, double >::serialize(), shark::SteepestDescent::step(), shark::SimplexDownhill::step(), shark::VDCMA::step(), shark::GridSearch::step(), shark::NestedGridSearch::step(), shark::PointSearch::step(), shark::OptimizationTrainer< Model, LabelTypeT >::train(), trainAutoencoderModel(), trainRBM(), shark::SimplexDownhill::write(), shark::GridSearch::write(), shark::NestedGridSearch::write(), and shark::PointSearch::write().
| ResultType shark::ResultSet< SearchPointT, ResultT >::value |
Definition at line 49 of file ResultSets.h.
Referenced by shark::SteepestDescent::init(), shark::SimplexDownhill::init(), shark::VDCMA::init(), main(), shark::operator<<(), shark::SimplexDownhill::read(), shark::GridSearch::read(), shark::NestedGridSearch::read(), shark::PointSearch::read(), run_one_trial(), shark::ResultSet< SearchPointTypeT, double >::serialize(), shark::SteepestDescent::step(), shark::SimplexDownhill::step(), shark::VDCMA::step(), shark::GridSearch::step(), shark::NestedGridSearch::step(), shark::PointSearch::step(), trainAutoencoderModel(), shark::SimplexDownhill::write(), shark::GridSearch::write(), shark::NestedGridSearch::write(), and shark::PointSearch::write().