Uses of Interface
cma.fitness.IObjectiveFunction

Packages that use IObjectiveFunction
cma.fitness   
 

Uses of IObjectiveFunction in cma.fitness
 

Classes in cma.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.