Namespace Itinero.Optimization.Algorithms.Solvers.Objective
Classes
|
ObjectiveBase<TProblem, TSolution, TFitness> Represents an objective for an algoritm to work towards and is responsible for handling fitness calculations. |
|
Contains extension methods for the objective class. |
|
SolverObjectiveWrapper<TWeight, TProblem, TObjective, TObjectiveUsed, TSolution, TFitness> A wrapper for a solver, replacing the objective with another objective on each call. |