Uses of Class
org.cicirello.search.operators.permutations.SwapMutation
Packages that use SwapMutation
Package
Description
This package includes classes that implement mutation operators for permutations, and other
operators required by simulated annealing and other related metaheuristics.
-
Uses of SwapMutation in org.cicirello.search.operators.permutations
Subclasses of SwapMutation in org.cicirello.search.operators.permutationsModifier and TypeClassDescriptionfinal class
This class implements a window-limited version of theSwapMutation
mutation operator on permutations.Methods in org.cicirello.search.operators.permutations that return SwapMutation