Uses of Interface
org.uma.jmetal.solution.binarysolution.BinarySolution
Packages that use BinarySolution
Package
Description
-
Uses of BinarySolution in org.uma.jmetal.operator.crossover.impl
Classes in org.uma.jmetal.operator.crossover.impl with type parameters of type BinarySolutionModifier and TypeClassDescriptionclassHUXCrossover<S extends BinarySolution>This class allows to apply a HUX crossover operator using two parent solutions.classSinglePointCrossover<S extends BinarySolution>This class implements a single point crossover operator.classUniformCrossover<S extends BinarySolution>This class implements a uniform crossover operator for binary solutions. -
Uses of BinarySolution in org.uma.jmetal.operator.mutation.impl
Classes in org.uma.jmetal.operator.mutation.impl with type parameters of type BinarySolution -
Uses of BinarySolution in org.uma.jmetal.problem.binaryproblem.impl
Methods in org.uma.jmetal.problem.binaryproblem.impl that return BinarySolutionModifier and TypeMethodDescriptionAbstractBinaryProblem.createSolution()FakeBinaryProblem.createSolution()FakeBinaryProblem.evaluate(BinarySolution solution) Evaluate() methodMethods in org.uma.jmetal.problem.binaryproblem.impl with parameters of type BinarySolutionModifier and TypeMethodDescriptionFakeBinaryProblem.evaluate(BinarySolution solution) Evaluate() method -
Uses of BinarySolution in org.uma.jmetal.solution.binarysolution.impl
Classes in org.uma.jmetal.solution.binarysolution.impl that implement BinarySolutionModifier and TypeClassDescriptionclassThis defines an implementation of a binary solution.