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