Show / Hide Table of Contents

Class RandomSolver

A solver that generates random solutions.

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

Properties

Name

Returns the name of 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.