Package | Description |
---|---|
org.optaplanner.benchmark.impl.measurement | |
org.optaplanner.benchmark.impl.result |
Modifier and Type | Method and Description |
---|---|
ScoreDifferencePercentage |
ScoreDifferencePercentage.add(ScoreDifferencePercentage augment) |
static <S extends org.optaplanner.core.api.score.Score> |
ScoreDifferencePercentage.calculateScoreDifferencePercentage(org.optaplanner.core.api.score.Score<S> baseScore,
org.optaplanner.core.api.score.Score<S> valueScore) |
ScoreDifferencePercentage |
ScoreDifferencePercentage.divide(double divisor) |
ScoreDifferencePercentage |
ScoreDifferencePercentage.multiply(double multiplicand) |
ScoreDifferencePercentage |
ScoreDifferencePercentage.subtract(ScoreDifferencePercentage subtrahend) |
Modifier and Type | Method and Description |
---|---|
ScoreDifferencePercentage |
ScoreDifferencePercentage.add(ScoreDifferencePercentage augment) |
ScoreDifferencePercentage |
ScoreDifferencePercentage.subtract(ScoreDifferencePercentage subtrahend) |
Modifier and Type | Method and Description |
---|---|
ScoreDifferencePercentage |
SolverBenchmarkResult.getAverageWorstScoreDifferencePercentage() |
ScoreDifferencePercentage |
SingleBenchmarkResult.getWorstScoreDifferencePercentage() |
Modifier and Type | Method and Description |
---|---|
void |
SingleBenchmarkResult.setWorstScoreDifferencePercentage(ScoreDifferencePercentage worstScoreDifferencePercentage) |
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.