Package org.cicirello.search.representations


package org.cicirello.search.representations
This package includes classes related to representing solutions to optimization problems.
  • Class
    Description
    A BitVector is an indexable vector of bits.
    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.