Package | Description |
---|---|
org.corehunter |
Modifier and Type | Method and Description |
---|---|
Range<Double> |
CoreHunterObjective.getNormalizationRange()
Gets the normalization range of this objective when used in a multi-objective configuration.
|
Modifier and Type | Method and Description |
---|---|
List<Range<Double>> |
CoreHunter.normalize(CoreHunterArguments arguments)
Determine normalization ranges of all objectives in a multi-objective configuration, based on the
Pareto minima/maxima.
|
Modifier and Type | Method and Description |
---|---|
void |
CoreHunterObjective.setNormalizationRange(Range<Double> range)
Sets the normalization range of this objective when used in a multi-objective configuration.
|
Constructor and Description |
---|
CoreHunterObjective(CoreHunterObjectiveType objectiveType,
CoreHunterMeasure measure,
double weight,
Range<Double> normalizationRange)
Creates a Core Hunter objective with for specific object type, measure, weight and normalization range.
|
CoreHunterObjective(CoreHunterObjectiveType objectiveType,
double weight,
Range<Double> normalizationRange)
Creates a Core Hunter objective with for specific object type, weight and normalization range.
|
Copyright © 2017. All rights reserved.