Home
last modified time | relevance | path

Searched refs:f2Max (Results 1 – 1 of 1) sorted by relevance

/dports/biology/avida/avida-2.12.4-src/avida-core/source/analyze/
H A DcAnalyze.cc3615 double f1Max = 0.0, f1Min = 0.0, f2Max = 0.0, f2Min = 0.0; in CommandPrintResourceFitnessMap() local
3639 f2Max = react->GetTask()->GetArguments().GetDouble(1); in CommandPrintResourceFitnessMap()
3659 stepsize[1] = (f2Max-f2Min)/fsize[1]; in CommandPrintResourceFitnessMap()
3739 threshMaxAdjusted = threshMax*(f2Max-f2Min) + f2Min; in CommandPrintResourceFitnessMap()
3740 threshAdjusted = thresh*(f2Max-f2Min) + f2Min; in CommandPrintResourceFitnessMap()
3776 threshAdjusted = thresh*(f2Max-f2Min) + f2Min; in CommandPrintResourceFitnessMap()