15 #ifndef COPASI_COptMethodSRES
16 #define COPASI_COptMethodSRES
91 bool swap(
size_t from,
size_t to);
200 #endif // COPASI_COptMethodSRES
C_FLOAT64 phi(size_t indvNum)
CVector< C_FLOAT64 > mValue
unsigned C_INT32 mPopulationSize
std::vector< CVector< C_FLOAT64 > * > mVariance
C_FLOAT64 mEvaluationValue
static COptMethod * createMethod(CCopasiMethod::SubType subType=CCopasiMethod::RandomSearch)
unsigned C_INT32 mGenerations
virtual ~COptMethodSRES()
std::vector< CVector< C_FLOAT64 > * > mIndividual
bool swap(size_t from, size_t to)
CVector< C_FLOAT64 > mMaxVariance
unsigned C_INT32 mGeneration
CVector< C_FLOAT64 > mPhi
virtual bool initialize()
bool creation(size_t first)
bool evaluate(const CVector< C_FLOAT64 > &individual)
COptMethodSRES(const COptMethodSRES &src, const CCopasiContainer *pParent=NULL)