public abstract class AbstractIncrementalScoreCalculator<Sol extends Solution> extends Object implements IncrementalScoreCalculator<Sol>
IncrementalScoreCalculator
.IncrementalScoreCalculator
Constructor and Description |
---|
AbstractIncrementalScoreCalculator() |
Modifier and Type | Method and Description |
---|---|
String |
buildScoreCorruptionAnalysis(IncrementalScoreCalculator uncorruptedIncrementalScoreCalculator) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterEntityAdded, afterEntityRemoved, afterVariableChanged, beforeEntityAdded, beforeEntityRemoved, beforeVariableChanged, calculateScore, resetWorkingSolution
public String buildScoreCorruptionAnalysis(IncrementalScoreCalculator uncorruptedIncrementalScoreCalculator)
buildScoreCorruptionAnalysis
in interface IncrementalScoreCalculator<Sol extends Solution>
uncorruptedIncrementalScoreCalculator
- never nullIncrementalScoreCalculator
implementation does not support this.Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.