| Package | Description |
|---|---|
| org.uma.jmetal.solution | |
| org.uma.jmetal.solution.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<SolutionEvaluator.Objective<Solution,?>> |
SolutionEvaluator.getObjectives() |
| Modifier and Type | Method and Description |
|---|---|
<Solution> Collection<SolutionEvaluator.Objective<Solution,?>> |
ObjectiveFactory.createFromGetters(Class<Solution> solutionClass)
This method retrieves all the values accessible through a getter (
getX() method) in order to build the corresponding set of
SolutionEvaluator.Objectives. |
<Solution> Collection<SolutionEvaluator.Objective<Solution,?>> |
ObjectiveFactory.createFromGettersWithoutSetters(Class<Solution> solutionClass)
This method retrieves all the values accessible through a getter (
getX() method) in order to build the corresponding set of
SolutionEvaluator.Objectives. |
Copyright © 2018. All rights reserved.