Uses of Interface
org.uma.jmetal.solution.binarysolution.BinarySolution
-
Uses of BinarySolution in org.uma.jmetal.operator.crossover.impl
Classes in org.uma.jmetal.operator.crossover.impl with type parameters of type BinarySolution Modifier and Type Class Description classHUXCrossover<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 Modifier and Type Class Description classBitFlipMutation<S extends BinarySolution> -
Uses of BinarySolution in org.uma.jmetal.problem.binaryproblem.impl
Methods in org.uma.jmetal.problem.binaryproblem.impl that return BinarySolution Modifier and Type Method Description BinarySolutionAbstractBinaryProblem. createSolution()BinarySolutionFakeBinaryProblem. createSolution()BinarySolutionFakeBinaryProblem. evaluate(BinarySolution solution)Evaluate() methodMethods in org.uma.jmetal.problem.binaryproblem.impl with parameters of type BinarySolution Modifier and Type Method Description BinarySolutionFakeBinaryProblem. 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 BinarySolution Modifier and Type Class Description classDefaultBinarySolutionThis defines an implementation of a binary solution.