Uses of Interface
fr.inria.optimization.cmaes.fitness.IObjectiveFunction

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

Uses of IObjectiveFunction in fr.inria.optimization.cmaes.fitness
 

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