Uses of Class
org.goplanit.gap.NormBasedGapFunction
-
Packages that use NormBasedGapFunction Package Description org.goplanit.assignment.ltm.sltm.loading org.goplanit.gap Gap functions and criteria used to test for convergence of the assignment algorithms -
-
Uses of NormBasedGapFunction in org.goplanit.assignment.ltm.sltm.loading
Fields in org.goplanit.assignment.ltm.sltm.loading declared as NormBasedGapFunction Modifier and Type Field Description protected NormBasedGapFunctionStaticLtmNetworkLoading. flowAcceptanceGapFunctionthe gap function to apply on global convergence updateprotected NormBasedGapFunctionStaticLtmNetworkLoading. receivingFlowGapFunctionthe gap function to apply on receiving flow update stepprotected NormBasedGapFunctionStaticLtmNetworkLoading. sendingFlowGapFunctionthe gap function to apply on sending flow update step -
Uses of NormBasedGapFunction in org.goplanit.gap
Methods in org.goplanit.gap that return NormBasedGapFunction Modifier and Type Method Description NormBasedGapFunctionNormBasedGapFunction. clone()Create a shallow copy of this entityConstructors in org.goplanit.gap with parameters of type NormBasedGapFunction Constructor Description NormBasedGapFunction(NormBasedGapFunction other)Copy constructor
-