Uses of Class
org.cicirello.search.problems.PermutationToBitVectorProblem
Package
Description
Package of classes and interfaces related to representing computational problems, as well as
classes implementing a variety of specific computational problems.
-
Uses of PermutationToBitVectorProblem in org.cicirello.search.problems
Modifier and TypeClassDescriptionstatic final class
This class implements a mapping between Permutation problems and BitVector problems, where cost values are of type double.static final class
This class implements a mapping between Permutation problems and BitVector problems, where cost values are of type int.