[][src]Module vrp_core::solver::termination

Metaheuristic termination logic.

Structs

CompositeTermination

A trait which encapsulates multiple termination criteria.

CostVariation

Stops when maximum amount of generations is exceeded.

MaxGeneration

Stops when maximum amount of generations is exceeded.

MaxTime

Stops when max time elapsed.

Traits

Termination

A trait which specifies criteria when metaheuristic should stop searching for improved solution.