Uses of Class
org.goplanit.gap.StopCriterion
-
Packages that use StopCriterion Package Description org.goplanit.assignment Traffic assignment classesorg.goplanit.gap Gap functions and criteria used to test for convergence of the assignment algorithms -
-
Uses of StopCriterion in org.goplanit.assignment
Methods in org.goplanit.assignment with parameters of type StopCriterion Modifier and Type Method Description protected GapFunctionTrafficAssignmentBuilder. createGapFunctionInstance(StopCriterion stopCriterion)create a gap function instance based on configuration -
Uses of StopCriterion in org.goplanit.gap
Fields in org.goplanit.gap declared as StopCriterion Modifier and Type Field Description protected StopCriterionGapFunction. stopCriterionThe stopCriterion to useMethods in org.goplanit.gap that return StopCriterion Modifier and Type Method Description StopCriterionStopCriterion. deepClone()Deep clone this instanceStopCriterionGapFunction. getStopCriterion()Return the StopCriterion objectStopCriterionStopCriterion. shallowClone()Shallow clone this instanceMethods in org.goplanit.gap with parameters of type StopCriterion Modifier and Type Method Description voidStopCriterionConfigurator. configure(StopCriterion stopCriterion)Needed to avoid issues with generics, although it should be obvious that T extends GapFunctionConstructors in org.goplanit.gap with parameters of type StopCriterion Constructor Description GapFunction(IdGroupingToken idToken, StopCriterion stopCriterion)ConstructorLinkBasedRelativeDualityGapFunction(IdGroupingToken idToken, StopCriterion stopCriterion)ConstructorNormBasedGapFunction(IdGroupingToken idToken, StopCriterion stopCriterion)Constructor with defaults for norm and averagedNormBasedGapFunction(IdGroupingToken idToken, StopCriterion stopCriterion, int norm)Constructor with default for averagedNormBasedGapFunction(IdGroupingToken idToken, StopCriterion stopCriterion, int norm, boolean averaged)ConstructorStopCriterion(StopCriterion other, boolean deepCopy)
-