Uses of Package
org.cicirello.search.representations
Package
Description
This package includes classes and interfaces directly related to implementing evolutionary
algorithms.
This package includes classes that implement operators that create, mutate, etc, BitVectors.
This package includes classes that implement operators that create, mutate, etc, integer valued
representations.
This package includes classes that implement operators that create, mutate, etc, the the inputs
to functions with real-valued input parameters (represented with type double), such as is
required to solve function optimization problems using simulated annealing or other
metaheuristics.
Package of classes and interfaces related to representing computational problems, as well as
classes implementing a variety of specific computational problems.
This package includes classes related to representing solutions to optimization problems.
This package includes classes and interfaces directly related to implementing stochastic sampling
algorithms.
-
-
-
ClassDescriptionAn interface to define the parameters to a function, where the function parameters are represented as integers.A simple class for representing the input to a multivariate function, with integer values.A simple class for representing the input to a univariate function, such that the input is an integer.
-
ClassDescriptionAn interface to define the parameters to a function, where the function parameters are represented as type double (i.e., as double precision floating point numbers).A simple class for representing the parameters to a multivariate function.A simple class for representing the input to a univariate function.
-
ClassDescriptionA BitVector is an indexable vector of bits.A simple class for representing the input to a multivariate function, with integer values.A simple class for representing the input to a univariate function.
-
ClassDescriptionA BitVector is an indexable vector of bits.The BitIterator class enables iterating over the bits of a BitVector.A class for representing the input to a multivariate function, with integer values that are bounded in some interval [min, max].A class for representing the input to a multivariate function, with real values (floating-point) that are bounded in some interval [min, max].An interface to define the parameters to a function, where the function parameters are represented as integers.A simple class for representing the input to a multivariate function, with integer values.An interface to define the parameters to a function, where the function parameters are represented as type double (i.e., as double precision floating point numbers).A simple class for representing the parameters to a multivariate function.A simple class for representing the input to a univariate function, such that the input is an integer.A simple class for representing the input to a univariate function.
-
ClassDescriptionA simple class for representing the input to a multivariate function, with integer values.