Uses of Class
org.cicirello.search.operators.integers.UniformMutation
Packages that use UniformMutation
Package
Description
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.integersModifier and TypeClassDescriptionclass
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 UniformMutationModifier and TypeMethodDescriptionUniformMutation.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.split()