Show / Hide Table of Contents

Class ConstructionSolver

A heuristic to construct a decent solution to the best turns in a directed sequence.

Inheritance
System.Object
ConstructionSolver
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public sealed class ConstructionSolver : SolverBase<float, SequenceDirectedProblem, SequenceDirectedObjective, Tour, float>

Properties

Name

Returns the name of this solver.

Declaration
public override string Name { get; }
Property Value
System.String

Methods

Solve(SequenceDirectedProblem, SequenceDirectedObjective, out Single)

Solves the given problem.

Declaration
public override Tour Solve(SequenceDirectedProblem problem, SequenceDirectedObjective objective, out float fitness)
Parameters
SequenceDirectedProblem problem

SequenceDirectedObjective objective

System.Single fitness

Returns
Tour

Back to top Built by Itinero, MIT licensed.