Uses of Class
org.cicirello.search.operators.integers.UniformMutation
-
Packages that use UniformMutation Package Description org.cicirello.search.operators.integers This package includes classes that implement operators that create, mutate, etc, integer valued representations. -
-
Uses of UniformMutation in org.cicirello.search.operators.integers
Subclasses of UniformMutation in org.cicirello.search.operators.integers Modifier and Type Class Description class
UndoableUniformMutation<T extends IntegerValued>
This class implements a uniform mutation on integer valued parameters, with support for theUndoableUniformMutation.undo(T)
method.Methods in org.cicirello.search.operators.integers that return UniformMutation Modifier and Type Method Description UniformMutation<T>
UniformMutation. copy()
Creates an identical copy of this object.static <T extends IntegerValued>
UniformMutation<T>UniformMutation. createUniformMutation(int radius)
Creates a Uniform mutation operator.static <T extends IntegerValued>
UniformMutation<T>UniformMutation. createUniformMutation(int radius, double p)
Create a Uniform mutation operator.static <T extends IntegerValued>
UniformMutation<T>UniformMutation. createUniformMutation(int radius, int k)
Create a Uniform mutation operator.UniformMutation<T>
UniformMutation. split()
-