Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Impala::Core::Training::ParameterSearcher Class Reference

This class searches a range of parameters for the best setting. More...

#include <ParameterSearcher.h>

Collaboration diagram for Impala::Core::Training::ParameterSearcher:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ParameterSearcher (Util::PropertySet *properties, ParameterEvaluator *evaluator)
virtual ~ParameterSearcher ()
void OverrideParallelMode (bool mode)
Util::PropertySet Search ()
double GetBestScore ()
std::vector< Util::PropertySet * > GetAllScores ()

Private Member Functions

double CallEvaluator (int iteration, int index)
void SearchSequential ()
void SearchParallel ()
void SearchServer ()
void SearchClient ()
ParameterSearcheroperator= (ParameterSearcher &)
 ParameterSearcher (ParameterSearcher &)

Private Attributes

ParameterEvaluatormEvaluator
Util::PropertySet mProperties
Util::RangeIterator mIterator
std::vector< double > mScores
double mBestScore
int mScoreIndex
bool mParallelMode
 ILOG_VAR_DEC

Detailed Description

This class searches a range of parameters for the best setting.

See also:
ParameterEvaluator.

Definition at line 26 of file ParameterSearcher.h.


The documentation for this class was generated from the following file:
Generated on Thu Jan 13 09:21:15 2011 for ImpalaSrc by  doxygen 1.5.1