Uses of Interface
org.cicirello.search.operators.MutationIterator

Packages that use MutationIterator
Package
Description
This package includes classes and interfaces for defining various operators required by simulated annealing and other metaheuristics, such as mutation operators, along with other related classes and interfaces.
This package includes classes that implement operators that create, mutate, etc, BitVectors.
This package includes classes that implement local search and evolutionary operators for permutations, such as mutation operators, crossover operators, and initializers.