Uses of Class
jeco.kernel.operator.mutator.MutationOperator

Packages that use MutationOperator
jeco.kernel.algorithm.moga   
jeco.kernel.operator.mutator   
jeco.lib.problems.floorplan   
 

Uses of MutationOperator in jeco.kernel.algorithm.moga
 

Fields in jeco.kernel.algorithm.moga declared as MutationOperator
protected  MutationOperator NSGAII.mutationOperator
           
protected  MutationOperator SPEA2.mutationOperator
           
 

Methods in jeco.kernel.algorithm.moga with parameters of type MutationOperator
 void NSGAII.setMutationOperator(MutationOperator mutationOperator)
           
 void SPEA2.setMutationOperator(MutationOperator mutationOperator)
           
 

Constructors in jeco.kernel.algorithm.moga with parameters of type MutationOperator
NSGAII(Problem problem, int maxPopulationSize, int maxGenerations, MutationOperator mutationOperator, CrossoverOperator crossoverOperator, SelectionOperator selectionOperator)
           
SPEA2(Problem problem, int maxPopulationSize, int maxGenerations, MutationOperator mutationOperator, CrossoverOperator crossoverOperator, SelectionOperator selectionOperator)
           
 

Uses of MutationOperator in jeco.kernel.operator.mutator
 

Subclasses of MutationOperator in jeco.kernel.operator.mutator
 class BinaryMutation
           
 class IntegerFlipMutation
           
 class NonUniformMutation
           
 class PolynomialMutation
           
 class SwapMutation
           
 class UniformMutation
           
 

Uses of MutationOperator in jeco.lib.problems.floorplan
 

Subclasses of MutationOperator in jeco.lib.problems.floorplan
static class PostfixVariable.PostfixMutation