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
Classes in org.cicirello.search.operators.integers that implement interfaces with type arguments of type SingleIntegerModifier and TypeClassDescriptionfinal classGenerates randomSingleIntegerobjects for use in generating random initial solutions for simulated annealing and other metaheuristics, and for copying such objects.Methods in org.cicirello.search.operators.integers that return SingleIntegerModifier and TypeMethodDescriptionfinal SingleIntegerIntegerValueInitializer.createCandidateSolution() -
Uses of SingleInteger in org.cicirello.search.representations
Classes in org.cicirello.search.representations that implement interfaces with type arguments of type SingleIntegerModifier and TypeClassDescriptionclassA simple class for representing the input to a univariate function, such that the input is an integer.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.