Uses of Class
org.uma.jmetal.util.errorchecking.JMetalException
| Package | Description |
|---|---|
| org.uma.jmetal.operator.crossover.impl | |
| org.uma.jmetal.operator.mutation.impl | |
| org.uma.jmetal.operator.selection.impl | |
| org.uma.jmetal.util.evaluator.impl |
-
Uses of JMetalException in org.uma.jmetal.operator.crossover.impl
Methods in org.uma.jmetal.operator.crossover.impl that throw JMetalException Modifier and Type Method Description java.util.List<BinarySolution>HUXCrossover. doCrossover(double probability, BinarySolution parent1, BinarySolution parent2)Perform the crossover operation -
Uses of JMetalException in org.uma.jmetal.operator.mutation.impl
Methods in org.uma.jmetal.operator.mutation.impl that throw JMetalException Modifier and Type Method Description DoubleSolutionCDGMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionGroupedAndLinkedPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionGroupedPolynomialMutation. execute(DoubleSolution solution)Execute() methodIntegerSolutionIntegerPolynomialMutation. execute(IntegerSolution solution)Execute() methodDoubleSolutionLinkedPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionPolynomialMutation. execute(DoubleSolution solution)Execute() methodDoubleSolutionSimpleRandomMutation. execute(DoubleSolution solution)Execute() method -
Uses of JMetalException in org.uma.jmetal.operator.selection.impl
Methods in org.uma.jmetal.operator.selection.impl that throw JMetalException Modifier and Type Method Description java.util.List<S>RankingAndCrowdingSelection. execute(java.util.List<S> solutionList)Execute() method -
Uses of JMetalException in org.uma.jmetal.util.evaluator.impl
Methods in org.uma.jmetal.util.evaluator.impl that throw JMetalException Modifier and Type Method Description java.util.List<S>NullEvaluator. evaluate(java.util.List<S> solutionList, Problem<S> problem)java.util.List<S>SequentialSolutionListEvaluator. evaluate(java.util.List<S> solutionList, Problem<S> problem)