Uses of Package
org.cicirello.search.operators.integers
-
Packages that use org.cicirello.search.operators.integers Package Description org.cicirello.search.operators.integers This package includes classes that implement operators that create, mutate, etc, integer valued representations.org.cicirello.search.problems Package of classes and interfaces related to representing computational problems, as well as classes implementing a variety of specific computational problems. -
Classes in org.cicirello.search.operators.integers used by org.cicirello.search.operators.integers Class Description IntegerValueInitializer Generates randomSingleInteger
objects for use in generating random initial solutions for simulated annealing and other metaheuristics, and for copying such objects.IntegerVectorInitializer Generating randomIntegerVector
objects for use in generating random initial solutions for simulated annealing and other metaheuristics, and for copying such objects.RandomValueChangeMutation This mutation operator is for integer valued representations, and replaces an integer value with a different random integer value from the domain.UndoableRandomValueChangeMutation 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.UndoableUniformMutation This class implements a uniform mutation on integer valued parameters, with support for theUndoableUniformMutation.undo(T)
method.UniformMutation This class implements a uniform mutation for mutating integer values. -
Classes in org.cicirello.search.operators.integers used by org.cicirello.search.problems Class Description IntegerVectorInitializer Generating randomIntegerVector
objects for use in generating random initial solutions for simulated annealing and other metaheuristics, and for copying such objects.