Uses of Class
org.cicirello.search.operators.integers.RandomValueChangeMutation
Package
Description
This package includes classes that implement operators that create, mutate, etc, integer valued
representations.
-
Uses of RandomValueChangeMutation in org.cicirello.search.operators.integers
Modifier and TypeClassDescriptionfinal class
UndoableRandomValueChangeMutation<T extends IntegerValued>
This mutation operator (supporting the undo operation) is for integer valued representations, and replaces an integer value with a different random integer value from the domain.