Uses of Class
lio.core.LiOResourceDefinition

Packages that use LiOResourceDefinition
lio   
lio.core   
lio.crossover.bitchain   
lio.crossover.contchain   
lio.crossover.permutations   
lio.generators   
lio.generators.bitchain   
lio.generators.contchain   
lio.generators.permutation   
lio.memetic   
lio.misc   
lio.mutation.bitchain   
lio.mutation.contchain   
lio.mutation.permutations   
lio.neighbourhood.bitchain   
lio.neighbourhood.permutation   
lio.perturbation   
lio.probdistributions.bitchain   
lio.probdistributions.contchain   
lio.replacement   
lio.search.genetic   
lio.search.local.greedy   
lio.search.local.hillclimbing   
lio.search.local.simulatedannealing   
lio.search.probabilistic   
lio.search.pso   
lio.search.pso.contchain   
lio.search.pso.neighbourhoods   
lio.selectors   
problems.bitchain   
problems.contchain   
problems.permutation   
 

Uses of LiOResourceDefinition in lio
 

Methods in lio that return LiOResourceDefinition
 LiOResourceDefinition LiOTask.getDefinition()
          This class must be overloaded if the task has to give information about itself to the LiO core.
 

Uses of LiOResourceDefinition in lio.core
 

Methods in lio.core that return LiOResourceDefinition
 LiOResourceDefinition LiOResource.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.crossover.bitchain
 

Methods in lio.crossover.bitchain that return LiOResourceDefinition
 LiOResourceDefinition UniformCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition TwoPointCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition OnePointCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition HUX.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.crossover.contchain
 

Methods in lio.crossover.contchain that return LiOResourceDefinition
 LiOResourceDefinition WrightsHeuristicCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition SimpleCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition LinearCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition FlatCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition ExtendedLineCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition ExtendedIntermediateCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition DiscreteCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition BLXAlphaCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition ArithmeticalCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.crossover.permutations
 

Methods in lio.crossover.permutations that return LiOResourceDefinition
 LiOResourceDefinition PMX.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition OrderCrossover.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.generators
 

Methods in lio.generators that return LiOResourceDefinition
 LiOResourceDefinition GreedyConstructor.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.generators.bitchain
 

Methods in lio.generators.bitchain that return LiOResourceDefinition
 LiOResourceDefinition RandomGenerator.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition PseudoRandomGenerator.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.generators.contchain
 

Methods in lio.generators.contchain that return LiOResourceDefinition
 LiOResourceDefinition RandomGenerator.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.generators.permutation
 

Methods in lio.generators.permutation that return LiOResourceDefinition
 LiOResourceDefinition RandomGenerator.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.memetic
 

Methods in lio.memetic that return LiOResourceDefinition
 LiOResourceDefinition SimulAnnealing.getDefinition()
           
 LiOResourceDefinition HillClimbing.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.misc
 

Methods in lio.misc that return LiOResourceDefinition
 LiOResourceDefinition StopCondition.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Statistics.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition SearchOutput.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.mutation.bitchain
 

Methods in lio.mutation.bitchain that return LiOResourceDefinition
 LiOResourceDefinition BinaryMutation.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.mutation.contchain
 

Methods in lio.mutation.contchain that return LiOResourceDefinition
 LiOResourceDefinition RandomMutation.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition MinMaxMutation.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.mutation.permutations
 

Methods in lio.mutation.permutations that return LiOResourceDefinition
 LiOResourceDefinition DisplacementMutation.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.neighbourhood.bitchain
 

Methods in lio.neighbourhood.bitchain that return LiOResourceDefinition
 LiOResourceDefinition bitChNeighbourGenerator.getDefinition()
          Return a LiOResDescription object with the information of the object.
 

Uses of LiOResourceDefinition in lio.neighbourhood.permutation
 

Methods in lio.neighbourhood.permutation that return LiOResourceDefinition
 LiOResourceDefinition permNeighbourGenerator.getDefinition()
          Return a LiOResDescription object with the information of the object.
 

Uses of LiOResourceDefinition in lio.perturbation
 

Methods in lio.perturbation that return LiOResourceDefinition
 LiOResourceDefinition MutationBasedPerturbation.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.probdistributions.bitchain
 

Methods in lio.probdistributions.bitchain that return LiOResourceDefinition
 LiOResourceDefinition Chain.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition MarginalProducts.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition MultivariateMI_DN.getDefinition()
           
 LiOResourceDefinition Tree.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition MarginalProbabilityVector.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.probdistributions.contchain
 

Methods in lio.probdistributions.contchain that return LiOResourceDefinition
 LiOResourceDefinition MarginalProbabilityVector.getDefinition()
           
 

Uses of LiOResourceDefinition in lio.replacement
 

Methods in lio.replacement that return LiOResourceDefinition
 LiOResourceDefinition SelectionReplacement.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition ElitistReplacement.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in lio.search.genetic
 

Methods in lio.search.genetic that return LiOResourceDefinition
 LiOResourceDefinition StdGeneticAlgorithm.getDefinition()
           
 LiOResourceDefinition CHC.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.search.local.greedy
 

Methods in lio.search.local.greedy that return LiOResourceDefinition
 LiOResourceDefinition GreedyStatistics.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition GreedySearchOutput.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition GreedyConstruction.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition GRASP.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.search.local.hillclimbing
 

Methods in lio.search.local.hillclimbing that return LiOResourceDefinition
 LiOResourceDefinition MRHillClimbing.getDefinition()
           
 LiOResourceDefinition ILS.getDefinition()
           
 

Uses of LiOResourceDefinition in lio.search.local.simulatedannealing
 

Methods in lio.search.local.simulatedannealing that return LiOResourceDefinition
 LiOResourceDefinition SA.getDefinition()
           
 

Uses of LiOResourceDefinition in lio.search.probabilistic
 

Methods in lio.search.probabilistic that return LiOResourceDefinition
 LiOResourceDefinition PBIL.getDefinition()
           
 LiOResourceDefinition EDA.getDefinition()
           
 

Uses of LiOResourceDefinition in lio.search.pso
 

Methods in lio.search.pso that return LiOResourceDefinition
 LiOResourceDefinition PSO.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.search.pso.contchain
 

Methods in lio.search.pso.contchain that return LiOResourceDefinition
 LiOResourceDefinition StdContParticleGenerator.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.search.pso.neighbourhoods
 

Methods in lio.search.pso.neighbourhoods that return LiOResourceDefinition
 LiOResourceDefinition RingNeighbourhood.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition GlobalNeighbourhood.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in lio.selectors
 

Methods in lio.selectors that return LiOResourceDefinition
 LiOResourceDefinition TruncationSelection.getDefinition()
           
 LiOResourceDefinition RouleteWheelSelector.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 LiOResourceDefinition KTournament.getDefinition()
          Return a LiOResDescription object which holds the name and all parameters that describe the resource.
 

Uses of LiOResourceDefinition in problems.bitchain
 

Methods in problems.bitchain that return LiOResourceDefinition
 LiOResourceDefinition SixPeaks.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Schwefel.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Rosenbrock.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Rastrigin.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Powell.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Plateau.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition OneMax.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition MMDP.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Griewangk.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition FC5.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition FC4.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition FC3.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition FC2.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition EqualProducts.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition DecomposableProblem.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Colville.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition CheckerBoard.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Ackley.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in problems.contchain
 

Methods in problems.contchain that return LiOResourceDefinition
 LiOResourceDefinition SumCan.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Schwefel.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Rosenbrock.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Rastrigin.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Powell.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition OneMax.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Griewangk.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Colville.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition Ackley.getDefinition()
          Return a LiOResDescription object with the information of each object.
 

Uses of LiOResourceDefinition in problems.permutation
 

Methods in problems.permutation that return LiOResourceDefinition
 LiOResourceDefinition SymmetricTSP.getDefinition()
          Return a LiOResDescription object with the information of each object.
 LiOResourceDefinition PermutationExample.getDefinition()
          Return a LiOResDescription object with the information of each object.