18 #ifndef COPASI_COptMethodEP
19 #define COPASI_COptMethodEP
75 bool swap(
size_t from,
size_t to);
203 #endif // COPASI_COptMethodEP
C_FLOAT64 mEvaluationValue
static COptMethod * createMethod(CCopasiMethod::SubType subType=CCopasiMethod::RandomSearch)
unsigned C_INT32 mPopulationSize
virtual bool initialize()
CVector< size_t > mLosses
bool swap(size_t from, size_t to)
bool evaluate(const CVector< C_FLOAT64 > &individual)
COptMethodEP(const CCopasiContainer *pParent=NULL)
unsigned C_INT32 mCurrentIteration
std::vector< CVector< C_FLOAT64 > * > mVariance
std::vector< CVector< C_FLOAT64 > * > mIndividual
unsigned C_INT32 mGeneration
CVector< C_FLOAT64 > mValue
unsigned C_INT32 mGenerations