COPASI API
4.16.103
|
This is the complete list of members for CGA, including all inherited members.
CGA() | CGA | |
CGA(const CGA &source) | CGA | |
cleanup() | CGA | |
copy(unsigned int o, unsigned int d) | CGA | |
creation(unsigned int l, unsigned int u) | CGA | |
crossover(unsigned int p1, unsigned int p2, unsigned int c1, unsigned int c2) | CGA | |
dumpData(unsigned int i) | CGA | |
evaluate(unsigned int i) | CGA | |
fittest(void) | CGA | |
getBestCandidate() | CGA | |
getGeneration() | CGA | |
getParamNum() | CGA | |
getPopSize() | CGA | |
initFirstGeneration() | CGA | |
initialize() | CGA | |
initOptRandom() | CGA | |
mBest | CGA | private |
mCandX | CGA | private |
mCrossNum | CGA | private |
mCrp | CGA | private |
mGener | CGA | private |
mIndV | CGA | private |
mMax | CGA | private |
mMidX | CGA | private |
mMin | CGA | private |
mMutProb | CGA | private |
mMutVar | CGA | private |
mParamNum | CGA | private |
mPopSize | CGA | private |
mRealProblem | CGA | private |
mutate(unsigned int i) | CGA | |
mWins | CGA | private |
operator=(const CGA &source) | CGA | |
optimise() | CGA | |
replicate(void) | CGA | |
select(int method) | CGA | |
setBest(unsigned int num) | CGA | |
setCandx(int i, double num) | CGA | |
setGeneration(int num) | CGA | |
setIndv(int i, int j, double num) | CGA | |
setMax(double num) | CGA | |
setMin(double num) | CGA | |
setMutVar(double num) | CGA | |
setParamNum(int num) | CGA | |
setPopSize(int num) | CGA | |
setRealProblem(CRealProblem &aProb) | CGA | |
shuffle(void) | CGA | |
swap(unsigned int o, unsigned int d) | CGA | |
~CGA() | CGA |