|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.ga.watchmaker.STFitnessEvaluator<T>
org.apache.mahout.ga.watchmaker.MahoutFitnessEvaluator<T>
public class MahoutFitnessEvaluator<T>
Watchmaker compatible Fitness Evaluator that delegates the evaluation of the whole population to Mahout.
Constructor Summary | |
---|---|
MahoutFitnessEvaluator(org.uncommons.watchmaker.framework.FitnessEvaluator<? super T> evaluator)
|
Method Summary | |
---|---|
protected void |
evaluate(java.util.List<? extends T> population,
java.util.List<java.lang.Double> evaluations)
|
boolean |
isNatural()
|
Methods inherited from class org.apache.mahout.ga.watchmaker.STFitnessEvaluator |
---|
getFitness |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MahoutFitnessEvaluator(org.uncommons.watchmaker.framework.FitnessEvaluator<? super T> evaluator)
Method Detail |
---|
protected void evaluate(java.util.List<? extends T> population, java.util.List<java.lang.Double> evaluations)
evaluate
in class STFitnessEvaluator<T>
public boolean isNatural()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |