Package fr.inria.optimization.cmaes.fitness

Interface Summary
IObjectiveFunction Minimalistic interface of a single-objective function (fitness function) to be minimized.
IObjectiveFunctionParallel Interface to a single-objective function to be minimized, that accepts an array of points double[][], a population to be evaluated within one call to method valuesOf().
 

Class Summary
AbstractObjectiveFunction extending from this abstract class implements a generic isFeasible method and adds the IObjectiveFunctionParallel interface to a class that implements the interface IObjectiveFunction
FunctionCollector one can access the desired fitness function by giving its number in the constructor method.