net.sourceforge.cilib.cooperative.fitnessupdatestrategies
Class StandardFitnessUpdateStrategy

java.lang.Object
  extended by net.sourceforge.cilib.cooperative.fitnessupdatestrategies.StandardFitnessUpdateStrategy
All Implemented Interfaces:
FitnessUpdateStrategy

public class StandardFitnessUpdateStrategy
extends Object
implements FitnessUpdateStrategy

TODO: Complete this javadoc.


Constructor Summary
StandardFitnessUpdateStrategy()
           
 
Method Summary
 void updateFitness(OptimisationProblem problem, Entity context)
          Update the fitness of the provided Entity, based on the current OptimisationProblem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardFitnessUpdateStrategy

public StandardFitnessUpdateStrategy()
Method Detail

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.