Stop Criterion

Stop Criterion implementations

Reference documentation for all Stop Criterion implementations available.

A stop criterion can be used to configure when an algorithm terminates. In our context, the algorithm is a traffic assignment run searching for equilibrium and the stop criterion is compared against a measured gap (constructed using a gap function) for the current iteration.

Currently, a single default implementation is available, used by all gap functions.

See also

Gap Function on gap function implementations

Source code

Class StopCriterionWrapper in projectwrappers.py


Default Stop Criterion

Default Stop Criterion implementation