Uses of Class
org.cicirello.search.representations.SingleInteger
Packages that use SingleInteger
Package
Description
This package includes classes that implement operators that create, mutate, etc, integer valued
representations.
This package includes classes related to representing solutions to optimization problems.
-
Uses of SingleInteger in org.cicirello.search.operators.integers
Methods in org.cicirello.search.operators.integers that return SingleIntegerModifier and TypeMethodDescriptionfinal SingleInteger
IntegerValueInitializer.createCandidateSolution()
-
Uses of SingleInteger in org.cicirello.search.representations
Methods in org.cicirello.search.representations that return SingleIntegerConstructors in org.cicirello.search.representations with parameters of type SingleIntegerModifierConstructorDescriptionSingleInteger
(SingleInteger other) Initializes this function input as a copy of another.