Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 ()
void PrintAllScores (Util::IOBuffer *buf)

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 Fri Mar 19 11:23:45 2010 for ImpalaSrc by  doxygen 1.5.1