Show / Hide Table of Contents

Namespace Itinero.Optimization.TSP.Solvers

Classes

BruteForceSolver

Implements a brute force solver by checking all possible combinations.

EAXSolver

A solver using a GA and the edge-assembly crossover.

HillClimbing3OptSolver

A 3-opt solver.

RandomSolver

A solver that generates random solutions.

Back to top Built by Itinero, MIT licensed.