|
STK++ 0.9.13
|
helper structure encapsulating the parameters of the Full strategy More...
#include <STK_FullStrategy.h>
Public Member Functions | |
| FullStrategyParam () | |
| Constructor. | |
| virtual | ~FullStrategyParam () |
| destructor | |
| FullStrategyParam () | |
| Constructor. | |
| virtual | ~FullStrategyParam () |
| destructor | |
Public Attributes | |
| int | nbInitRun_ |
| number of initialization run to perform | |
| int | nbShortRun_ |
| number of short run to perform | |
| IMixtureAlgo * | p_shortAlgo_ |
| algorithm to use in short runs | |
| IMixtureAlgo * | p_longAlgo_ |
| algorithm to use in long run | |
helper structure encapsulating the parameters of the Full strategy
Definition at line 50 of file STK_FullStrategy.h.
|
inline |
Constructor.
Set default values
Definition at line 52 of file STK_FullStrategy.h.
|
virtual |
destructor
Definition at line 46 of file STK_FullStrategy.cpp.
References p_longAlgo_, and p_shortAlgo_.
|
inline |
|
virtual |
destructor
| int STK::FullStrategyParam::nbInitRun_ |
number of initialization run to perform
Definition at line 57 of file STK_FullStrategy.h.
Referenced by STK::FullStrategy::initStep().
| int STK::FullStrategyParam::nbShortRun_ |
number of short run to perform
Definition at line 59 of file STK_FullStrategy.h.
Referenced by STK::FullStrategy::run().
| IMixtureAlgo * STK::FullStrategyParam::p_longAlgo_ |
algorithm to use in long run
Definition at line 63 of file STK_FullStrategy.h.
Referenced by STK::FullStrategy::run(), and ~FullStrategyParam().
| IMixtureAlgo * STK::FullStrategyParam::p_shortAlgo_ |
algorithm to use in short runs
Definition at line 61 of file STK_FullStrategy.h.
Referenced by STK::FullStrategy::initStep(), STK::FullStrategy::run(), and ~FullStrategyParam().