|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
public static interface RIndicator.UtilityFunction
Interface for defining utility functions. These utility functions assume the solutions have been normalized.
| Method Summary | |
|---|---|
double |
computeUtility(Solution solution,
double[] weights)
Computes the utility of the given solution. |
| Method Detail |
|---|
double computeUtility(Solution solution,
double[] weights)
solution - the solutionweights - the weights for the utility calculation
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||