|
STK++ 0.9.13
|
helper structure encapsulating the parameters of the simple strategy More...
#include <STK_MixtureStrategy.h>
Public Member Functions | |
| SimpleStrategyParam () | |
| Constructor. | |
| virtual | ~SimpleStrategyParam () |
| destructor | |
| SimpleStrategyParam () | |
| Constructor. | |
| virtual | ~SimpleStrategyParam () |
| destructor | |
Public Attributes | |
| IMixtureAlgo * | p_algo_ |
| number of iterations in the Initialization | |
helper structure encapsulating the parameters of the simple strategy
Definition at line 51 of file STK_MixtureStrategy.h.
|
inline |
Constructor.
Set default values
Definition at line 54 of file STK_MixtureStrategy.h.
|
virtual |
|
inline |
Constructor.
Set default values
Definition at line 53 of file STK_SimpleStrategy.h.
|
virtual |
destructor
| IMixtureAlgo * STK::SimpleStrategyParam::p_algo_ |
number of iterations in the Initialization
Definition at line 58 of file STK_MixtureStrategy.h.
Referenced by STK::SimpleStrategy::run(), and ~SimpleStrategyParam().