STK++ 0.9.13
|
helper structure encapsulating the parameters of the Xem strategy More...
#include <STK_MixtureStrategy.h>
Public Member Functions | |
XemStrategyParam () | |
Constructor. | |
virtual | ~XemStrategyParam () |
destructor | |
XemStrategyParam () | |
Constructor. | |
virtual | ~XemStrategyParam () |
destructor | |
Public Attributes | |
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 Xem strategy
Definition at line 96 of file STK_MixtureStrategy.h.
|
inline |
Constructor.
Set default values
Definition at line 98 of file STK_MixtureStrategy.h.
|
virtual |
destructor
Definition at line 47 of file STK_XemStrategy.cpp.
References p_longAlgo_, and p_shortAlgo_.
|
inline |
|
virtual |
destructor
int STK::XemStrategyParam::nbShortRun_ |
number of short run to perform
Definition at line 103 of file STK_MixtureStrategy.h.
Referenced by STK::XemStrategy::run().
IMixtureAlgo * STK::XemStrategyParam::p_longAlgo_ |
algorithm to use in long run
Definition at line 107 of file STK_MixtureStrategy.h.
Referenced by STK::XemStrategy::run(), and ~XemStrategyParam().
IMixtureAlgo * STK::XemStrategyParam::p_shortAlgo_ |
algorithm to use in short runs
Definition at line 105 of file STK_MixtureStrategy.h.
Referenced by STK::XemStrategy::run(), and ~XemStrategyParam().