net.sourceforge.cilib.cooperative.fitnessupdatestrategies
Interface FitnessUpdateStrategy
- All Known Implementing Classes:
- StandardFitnessUpdateStrategy
public interface FitnessUpdateStrategy
Update the Fitness for the current Entity based on
the provided OptimisationProblem.
updateFitness
void updateFitness(OptimisationProblem problem,
Entity context)
- Update the fitness of the provided Entity, based on the current
OptimisationProblem.
- 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.