8 return value_ > other->getValue();
21 xFitness = XMLNode::createXMLTopNode(
"FitnessMax");
22 std::stringstream sValue;
24 xFitness.addAttribute(
"value", sValue.str().c_str());
double value_
actual fitness value
Fitness for maximization problems.
bool isBetterThan(FitnessP other)
Mandatory comparison operator.
FitnessMax * copy()
object copy (for duplication of an individual)
void write(XMLNode &)
Write fitness object to XMLNode.