Uses of Interface
org.uma.jmetal.solution.doublesolution.DoubleSolution
-
Uses of DoubleSolution in org.uma.jmetal.operator.crossover.impl
Methods in org.uma.jmetal.operator.crossover.impl that return types with arguments of type DoubleSolution Modifier and Type Method Description java.util.List<DoubleSolution>BLXAlphaCrossover. doCrossover(double probability, DoubleSolution parent1, DoubleSolution parent2)doCrossover methodjava.util.List<DoubleSolution>SBXCrossover. doCrossover(double probability, DoubleSolution parent1, DoubleSolution parent2)doCrossover methodjava.util.List<DoubleSolution>WholeArithmeticCrossover. doCrossover(double probability, DoubleSolution parent1, DoubleSolution parent2)doCrossover methodjava.util.List<DoubleSolution>BLXAlphaCrossover. execute(java.util.List<DoubleSolution> solutions)Execute() methodjava.util.List<DoubleSolution>DifferentialEvolutionCrossover. execute(java.util.List<DoubleSolution> parentSolutions)Execute() methodjava.util.List<DoubleSolution>SBXCrossover. execute(java.util.List<DoubleSolution> solutions)Execute() methodjava.util.List<DoubleSolution>WholeArithmeticCrossover. execute(java.util.List<DoubleSolution> solutions)Execute() methodMethods in org.uma.jmetal.operator.crossover.impl with parameters of type DoubleSolution Modifier and Type Method Description java.util.List<DoubleSolution>BLXAlphaCrossover. doCrossover(double probability, DoubleSolution parent1, DoubleSolution parent2)doCrossover methodjava.util.List<DoubleSolution>SBXCrossover. doCrossover(double probability, DoubleSolution parent1, DoubleSolution parent2)doCrossover methodjava.util.List<DoubleSolution>WholeArithmeticCrossover. doCrossover(double probability, DoubleSolution parent1, DoubleSolution parent2)doCrossover methodvoidDifferentialEvolutionCrossover. setBestSolution(DoubleSolution bestSolution)voidDifferentialEvolutionCrossover. setCurrentSolution(DoubleSolution current)Method parameters in org.uma.jmetal.operator.crossover.impl with type arguments of type DoubleSolution Modifier and Type Method Description java.util.List<DoubleSolution>BLXAlphaCrossover. execute(java.util.List<DoubleSolution> solutions)Execute() methodjava.util.List<DoubleSolution>DifferentialEvolutionCrossover. execute(java.util.List<DoubleSolution> parentSolutions)Execute() methodjava.util.List<DoubleSolution>SBXCrossover. execute(java.util.List<DoubleSolution> solutions)Execute() methodjava.util.List<DoubleSolution>WholeArithmeticCrossover. execute(java.util.List<DoubleSolution> solutions)Execute() method -
Uses of DoubleSolution in org.uma.jmetal.operator.mutation.impl
Methods in org.uma.jmetal.operator.mutation.impl that return DoubleSolution Modifier and Type Method Description DoubleSolutionCDGMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionGroupedAndLinkedPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionGroupedPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionLinkedPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionNonUniformMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionSimpleRandomMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionUniformMutation. execute(DoubleSolution solution)Execute() methodMethods in org.uma.jmetal.operator.mutation.impl with parameters of type DoubleSolution Modifier and Type Method Description voidNonUniformMutation. doMutation(double probability, DoubleSolution solution)Perform the mutation operationvoidUniformMutation. doMutation(double probability, DoubleSolution solution)Perform the operationDoubleSolutionCDGMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionGroupedAndLinkedPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionGroupedPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionLinkedPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionNonUniformMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionSimpleRandomMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionUniformMutation. execute(DoubleSolution solution)Execute() method -
Uses of DoubleSolution in org.uma.jmetal.operator.selection.impl
Methods in org.uma.jmetal.operator.selection.impl that return types with arguments of type DoubleSolution Modifier and Type Method Description java.util.List<DoubleSolution>DifferentialEvolutionSelection. execute(java.util.List<DoubleSolution> solutionList)Execute() methodMethod parameters in org.uma.jmetal.operator.selection.impl with type arguments of type DoubleSolution Modifier and Type Method Description java.util.List<DoubleSolution>DifferentialEvolutionSelection. execute(java.util.List<DoubleSolution> solutionList)Execute() method -
Uses of DoubleSolution in org.uma.jmetal.problem.doubleproblem.impl
Methods in org.uma.jmetal.problem.doubleproblem.impl that return DoubleSolution Modifier and Type Method Description DoubleSolutionAbstractDoubleProblem. createSolution()DoubleSolutionComposableDoubleProblem. createSolution()DoubleSolutionComposableDoubleProblem. evaluate(DoubleSolution solution)DoubleSolutionFakeDoubleProblem. evaluate(DoubleSolution solution)Methods in org.uma.jmetal.problem.doubleproblem.impl with parameters of type DoubleSolution Modifier and Type Method Description DoubleSolutionComposableDoubleProblem. evaluate(DoubleSolution solution)DoubleSolutionFakeDoubleProblem. evaluate(DoubleSolution solution) -
Uses of DoubleSolution in org.uma.jmetal.solution.doublesolution.impl
Classes in org.uma.jmetal.solution.doublesolution.impl that implement DoubleSolution Modifier and Type Class Description classDefaultDoubleSolutionDefines an implementation of the interface -
Uses of DoubleSolution in org.uma.jmetal.util
Methods in org.uma.jmetal.util with parameters of type DoubleSolution Modifier and Type Method Description static doubleSolutionUtils. distanceBetweenSolutionsInObjectiveSpace(DoubleSolution solutionI, DoubleSolution solutionJ)Returns the distance between two solutions in the search space.static doubleSolutionUtils. distanceToSolutionListInSolutionSpace(DoubleSolution solution, java.util.List<DoubleSolution> solutionList)Returns the minimum distance from aSolutionto aSolutionSet according to the encodings.variable values.Method parameters in org.uma.jmetal.util with type arguments of type DoubleSolution Modifier and Type Method Description static doubleSolutionUtils. distanceToSolutionListInSolutionSpace(DoubleSolution solution, java.util.List<DoubleSolution> solutionList)Returns the minimum distance from aSolutionto aSolutionSet according to the encodings.variable values. -
Uses of DoubleSolution in org.uma.jmetal.util.chartcontainer
Method parameters in org.uma.jmetal.util.chartcontainer with type arguments of type DoubleSolution Modifier and Type Method Description voidChartContainer. updateFrontCharts(java.util.List<DoubleSolution> solutionList)voidChartContainerWithReferencePoints. updateFrontCharts(java.util.List<DoubleSolution> solutionList) -
Uses of DoubleSolution in org.uma.jmetal.util.comparator
Methods in org.uma.jmetal.util.comparator with parameters of type DoubleSolution Modifier and Type Method Description intDoubleVariableComparator. compare(DoubleSolution solution1, DoubleSolution solution2)Compares two double solutions according to a variable value