Uses of Class
net.sourceforge.cilib.functions.DiscreteFunction

Packages that use DiscreteFunction
net.sourceforge.cilib.functions.discrete   
 

Uses of DiscreteFunction in net.sourceforge.cilib.functions.discrete
 

Subclasses of DiscreteFunction in net.sourceforge.cilib.functions.discrete
 class BinaryAdapter
          Class to convert a binary vector into a continuous vector for optimisation of continous problems by a binary optimiser.
 class BitStringMatcher
          Discrete function to match the given bit string or a randomly generated bit string.
 class KnapSack
          Perform the knapsack problem optimisation.
 class KnightsCoverage
           
 class KnightsTour
          An implementation of the Knight's Tour problem function.
 class LongestCommonSubsequence
          Implementation of the Longest Common Subsequence problem.
 class Queens
          Implementation of the a function to return the fitness of the Queens problem.
 



Copyright © 2009 CIRG. All Rights Reserved.