Local Search Class
A Local Search abstract class.
Definition
Namespace: ASAP.NRP.Solvers
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
Assembly: NRP (in NRP.dll) Version: 3.49.0+964b2dfb493dfda37da83e5373992cb1cc934e98
C#
public abstract class LocalSearchVB
Public MustInherit Class LocalSearchC++
public ref class LocalSearch abstractF#
[<AbstractClassAttribute>]
type LocalSearch = class end- Inheritance
- Object LocalSearch
- Derived
Constructors
| LocalSearch | Initializes 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) |