org.apache.mahout.ga.watchmaker
Class STFitnessEvaluator<T>
java.lang.Object
org.apache.mahout.ga.watchmaker.STFitnessEvaluator<T>
- All Implemented Interfaces:
- org.uncommons.watchmaker.framework.FitnessEvaluator<T>
- Direct Known Subclasses:
- MahoutFitnessEvaluator
public abstract class STFitnessEvaluator<T>
- extends Object
- implements org.uncommons.watchmaker.framework.FitnessEvaluator<T>
Special Fitness Evaluator that evaluates all the population ones.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.uncommons.watchmaker.framework.FitnessEvaluator |
isNatural |
STFitnessEvaluator
public STFitnessEvaluator()
getFitness
public double getFitness(T candidate,
List<? extends T> population)
- Specified by:
getFitness
in interface org.uncommons.watchmaker.framework.FitnessEvaluator<T>
evaluate
protected abstract void evaluate(List<? extends T> population,
List<Double> evaluations)
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.