Uses of Package
fr.inria.optimization.cmaes.fitness

Packages that use fr.inria.optimization.cmaes.fitness
fr.inria.optimization.cmaes.fitness   
 

Classes in fr.inria.optimization.cmaes.fitness used by fr.inria.optimization.cmaes.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().