Uses of Class
lio.individuals.LiOBounds

Packages that use LiOBounds
lio   
lio.individuals   
lio.mutation.contchain   
problems.bitchain   
problems.contchain   
problems.permutation   
 

Uses of LiOBounds in lio
 

Methods in lio that return LiOBounds
abstract  LiOBounds LiOTask.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 

Uses of LiOBounds in lio.individuals
 

Subclasses of LiOBounds in lio.individuals
 class BitChainBounds
          Represents the boundaries for each variable in a problem represented by a chain of bits.
 class ContChainBounds
          Represents the boundaries for each variable in a problem represented by a chain of real values.
 class PermutationBounds
          Represents the boundaries for each variable in a problem represented by a permutation
 

Uses of LiOBounds in lio.mutation.contchain
 

Methods in lio.mutation.contchain with parameters of type LiOBounds
 void MinMaxMutation.setBounds(LiOBounds bounds)
           
 

Uses of LiOBounds in problems.bitchain
 

Methods in problems.bitchain that return LiOBounds
 LiOBounds SixPeaks.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Schwefel.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Rosenbrock.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Rastrigin.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Powell.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Plateau.defineIndividuals()
           
 LiOBounds OneMax.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds MMDP.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Griewangk.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds FC5.defineIndividuals()
           
 LiOBounds FC4.defineIndividuals()
           
 LiOBounds FC3.defineIndividuals()
           
 LiOBounds FC2.defineIndividuals()
           
 LiOBounds EqualProducts.defineIndividuals()
           
 LiOBounds DecomposableProblem.defineIndividuals()
           
 LiOBounds Colville.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds CheckerBoard.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Ackley.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 

Uses of LiOBounds in problems.contchain
 

Methods in problems.contchain that return LiOBounds
 LiOBounds SumCan.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Schwefel.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Rosenbrock.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Rastrigin.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Powell.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds OneMax.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Griewangk.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Colville.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds Ackley.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 

Uses of LiOBounds in problems.permutation
 

Methods in problems.permutation that return LiOBounds
 LiOBounds SymmetricTSP.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.
 LiOBounds PermutationExample.defineIndividuals()
          In most cases, it is necessary to define some common features of a certain kind of individual such as upper and lower limits, size, etc.