Uses of Interface
cma.fitness.IObjectiveFunctionParallel

Packages that use IObjectiveFunctionParallel
cma.fitness   
 

Uses of IObjectiveFunctionParallel in cma.fitness
 

Classes in cma.fitness that implement IObjectiveFunctionParallel
 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.