Uses of Class
org.cicirello.search.operators.integers.IntegerVectorInitializer
Packages that use IntegerVectorInitializer
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.
-
Uses of IntegerVectorInitializer in org.cicirello.search.operators.integers
Methods in org.cicirello.search.operators.integers that return IntegerVectorInitializer -
Uses of IntegerVectorInitializer in org.cicirello.search.problems
Subclasses of IntegerVectorInitializer in org.cicirello.search.problemsModifier and TypeClassDescriptionfinal class
The BoundMax class is an implementation of a generalization of the well-known OneMax problem, often used in benchmarking genetic algorithms and other metaheuristics.