Class Summary |
BinaryAdapter |
Class to convert a binary vector into a continuous vector for optimisation of
continous problems by a binary optimiser. |
BitStringMatcher |
Discrete function to match the given bit string or a randomly generated bit string. |
KnapSack |
Perform the knapsack problem optimisation. |
KnightCoverageProblem |
Deprecated. |
KnightsCoverage |
|
KnightsTour |
An implementation of the Knight's Tour problem function. |
LongestCommonSubsequence |
Implementation of the Longest Common Subsequence problem. |
Queens |
Implementation of the a function to return the fitness of the Queens problem. |