Show / Hide Table of Contents

Class BruteForceSolver

Implements a brute force solver by checking all possible combinations.

Inheritance
System.Object
BruteForceSolver
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public sealed class BruteForceSolver : SolverBase<float, TSProblem, TSPObjective, Tour, float>

Properties

Name

Returns a new for this solver.

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

Methods

Solve(TSProblem, TSPObjective, out Single)

Solves the given problem.

Declaration
public override sealed Tour Solve(TSProblem problem, TSPObjective objective, out float fitness)
Parameters
TSProblem problem

TSPObjective objective

System.Single fitness

Returns
Tour

Back to top Built by Itinero, MIT licensed.