Show / Hide Table of Contents

Namespace Itinero.Optimization.Algorithms.Solvers.GA

Classes

GASettings

Represents common settings for a GA.

GASolver<TWeight, TProblem, TObjective, TSolution, TFitness>

A Genetic Algorithm (GA) solver.

TournamentSelectionOperator<TProblem, TSolution, TObjective, TFitness>

A selector selecting individials using a tournament base selection.

Structs

Individual<TSolution, TFitness>

Represents an individual in a GA population.

Interfaces

ICrossOverOperator<TWeight, TProblem, TObjective, TSolution, TFitness>

Abstract representation of a crossover operation.

ISelectionOperator<TProblem, TSolution, TObjective, TFitness>

Abstract representation of an operator to select a solution for reproduction.

Back to top Built by Itinero, MIT licensed.