Package adams.opt.optimise
Interface FitnessFunction
-
- All Known Implementing Classes:
AbstractFitnessFunction,AbstractWEKAFitnessFunction,AttributeSelection
public interface FitnessFunctionFitness function.- Version:
- $Revision$
- Author:
- dale
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleevaluate(OptData opd)Get fitness given vars.voidnewBest(double ff, OptData opd)Callback.
-