Home
last modified time | relevance | path

Searched defs:CalcFitness (Results 1 – 2 of 2) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcMerit.h98 …double CalcFitness(int gestation_time) const { return ( gestation_time != 0 ) ? value / ((double) … in CalcFitness() function
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPhenotype.cc1699 double cPhenotype::CalcFitness(double _merit_base, double _bonus, int _gestation_time, int _cpu_cyc… in CalcFitness() function in cPhenotype