net.sourceforge.cilib.cooperative.fitnessupdatestrategies
Class StandardFitnessUpdateStrategy
java.lang.Object
net.sourceforge.cilib.cooperative.fitnessupdatestrategies.StandardFitnessUpdateStrategy
- All Implemented Interfaces:
- FitnessUpdateStrategy
public class StandardFitnessUpdateStrategy
- extends Object
- implements FitnessUpdateStrategy
TODO: Complete this javadoc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardFitnessUpdateStrategy
public StandardFitnessUpdateStrategy()
updateFitness
public void updateFitness(OptimisationProblem problem,
Entity context)
- Update the fitness of the provided Entity, based on the current
OptimisationProblem.
- Specified by:
updateFitness
in interface FitnessUpdateStrategy
- Parameters:
problem
- The OptimisationProblem to base the fitness
calculation on.context
- The Entity to apply the fitness update on.
Copyright © 2009 CIRG. All Rights Reserved.