Uses of Package
org.cicirello.search.operators.integers
Package
Description
This package includes classes that implement operators that create, mutate, etc, integer valued
representations.
Package of classes and interfaces related to representing computational problems, as well as
classes implementing a variety of specific computational problems.
-
ClassDescriptionGenerates random
SingleInteger
objects for use in generating random initial solutions for simulated annealing and other metaheuristics, and for copying such objects.Generating randomIntegerVector
objects for use in generating random initial solutions for simulated annealing and other metaheuristics, and for copying such objects.Implementation of K-point crossover, but for IntegerVectors.This mutation operator is for integer valued representations, and replaces an integer value with a different random integer value from the domain.Implementation of single point crossover, but for IntegerVectors.Implementation of two-point crossover, but for IntegerVectors.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.This class implements a uniform mutation with support for theUndoableMutationOperator.undo(T)
method.Implementation of uniform crossover, but for IntegerVectors.This class implements a uniform mutation. -
ClassDescriptionGenerating random
IntegerVector
objects for use in generating random initial solutions for simulated annealing and other metaheuristics, and for copying such objects.