Uses of Package
cma.fitness

Packages that use cma.fitness
cma.fitness   
 

Classes in cma.fitness used by cma.fitness
AbstractObjectiveFunction
          extending from this abstract class implements a generic isFeasible method and adds the IObjectiveFunctionParallel interface to a class that implements the interface IObjectiveFunction
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().