public class AverageEntryToEntry extends Object implements org.jamesframework.core.problems.objectives.Objective<org.jamesframework.core.subset.SubsetSolution,CoreHunterData>
Constructor and Description |
---|
AverageEntryToEntry(DistanceMeasure distanceMeasure) |
Modifier and Type | Method and Description |
---|---|
org.jamesframework.core.problems.objectives.evaluations.Evaluation |
evaluate(org.jamesframework.core.search.neigh.Move move,
org.jamesframework.core.subset.SubsetSolution curSolution,
org.jamesframework.core.problems.objectives.evaluations.Evaluation curEvaluation,
CoreHunterData data) |
org.jamesframework.core.problems.objectives.evaluations.Evaluation |
evaluate(org.jamesframework.core.subset.SubsetSolution solution,
CoreHunterData data) |
boolean |
isMinimizing() |
String |
toString() |
public AverageEntryToEntry(DistanceMeasure distanceMeasure)
public org.jamesframework.core.problems.objectives.evaluations.Evaluation evaluate(org.jamesframework.core.subset.SubsetSolution solution, CoreHunterData data)
evaluate
in interface org.jamesframework.core.problems.objectives.Objective<org.jamesframework.core.subset.SubsetSolution,CoreHunterData>
public org.jamesframework.core.problems.objectives.evaluations.Evaluation evaluate(org.jamesframework.core.search.neigh.Move move, org.jamesframework.core.subset.SubsetSolution curSolution, org.jamesframework.core.problems.objectives.evaluations.Evaluation curEvaluation, CoreHunterData data)
evaluate
in interface org.jamesframework.core.problems.objectives.Objective<org.jamesframework.core.subset.SubsetSolution,CoreHunterData>
public boolean isMinimizing()
isMinimizing
in interface org.jamesframework.core.problems.objectives.Objective<org.jamesframework.core.subset.SubsetSolution,CoreHunterData>
Copyright © 2017. All rights reserved.