public class Perturbations extends TimetablingCriterion
PerturbationsCounter.
AbstractCriterion.ValueUpdateTypeiBest, iDebug, iValue, iValueUpdateType, iWeight, sDoubleFormat, sPercentFormat| Constructor and Description |
|---|
Perturbations() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getBounds()
Bounds (minimum and maximum) estimate for the value
|
double[] |
getBounds(Collection<Lecture> variables)
Value bounds (minimum and maximum) of the criterion on a part of the problem
|
PerturbationsCounter<Lecture,Placement> |
getPerturbationsCounter() |
String |
getPlacementSelectionWeightName() |
double |
getValue()
Current value of the criterion (optimization objective)
|
double |
getValue(Collection<Lecture> variables)
Value of a part of the problem (given by the collection of variables)
|
double |
getValue(Placement value,
Set<Placement> conflicts)
Value of a proposed assignment (including hard conflicts)
|
double |
getWeightDefault(DataProperties config)
Defines default weight (when
AbstractCriterion.getWeightName() parameter is not present in the criterion). |
boolean |
init(Solver<Lecture,Placement> solver)
Notification that the model was initialized by the solver.
|
getAbbreviation, getPlacementSelectionWeight, getPlacementSelectionWeightDefault, toStringafterAssigned, afterUnassigned, beforeAssigned, beforeUnassigned, bestRestored, bestSaved, clearCache, computeBounds, constraintAdded, constraintRemoved, getBest, getInfo, getInfo, getModel, getName, getPerc, getPercRev, getWeight, getWeightedBest, getWeightedValue, getWeightedValue, getWeightedValue, getWeightName, inc, variableAdded, variableRemovedpublic Perturbations()
public String getPlacementSelectionWeightName()
getPlacementSelectionWeightName in class TimetablingCriterionpublic boolean init(Solver<Lecture,Placement> solver)
ModelListenerinit in interface ModelListener<Lecture,Placement>init in class TimetablingCriterionsolver - IFS solverpublic double getWeightDefault(DataProperties config)
AbstractCriterionAbstractCriterion.getWeightName() parameter is not present in the criterion).getWeightDefault in class AbstractCriterion<Lecture,Placement>public PerturbationsCounter<Lecture,Placement> getPerturbationsCounter()
public double getValue(Placement value, Set<Placement> conflicts)
Criterionpublic double getValue()
Criterionpublic double getValue(Collection<Lecture> variables)
Criterionpublic double[] getBounds()
Criterionpublic double[] getBounds(Collection<Lecture> variables)
Criterion