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, STSProblem, STSPObjective, Tour, STSPFitness>

Properties

Name

Returns the name of this solver.

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

Methods

Solve(STSProblem, STSPObjective, out STSPFitness)

Solves the given problem.

Declaration
public override sealed Tour Solve(STSProblem problem, STSPObjective objective, out STSPFitness fitness)
Parameters
STSProblem problem

STSPObjective objective

STSPFitness fitness

Returns
Tour

Back to top Built by Itinero, MIT licensed.