Module routes

Source
Expand description

The routes-module contains the main class of this crate which is the Routes-class that contains your current subset of routes and with which you can evolve them.

Structs§

Routes
The Population is your current pools of routes that you would to improve by evolving them.

Functions§

benchmark_population
Compute the time in milliseconds that it takes for a genetic algorithm to run.
evolve_population
Given an initial population evolve it for n_generations while keeping size_generation individuals. The final population will be returned.