LocalSearch Class

A Local Search abstract class.

Definition

Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public abstract class LocalSearch
Inheritance
Object    LocalSearch
Derived

Constructors

LocalSearchInitializes a new instance of the LocalSearch class

Properties

TotalEvaluations Returns the number of unique solutions created/tested by the algorithm.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also