







|
| Optimization Framework |
| SolverConfiguration..::..NewBestBoundFound Property |
| SolverConfiguration Class See Also Send Feedback |
This action is executed whenever a new best bound is found
Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public Action<double> NewBestBoundFound { get; set; } |
| Visual Basic |
|---|
Public Property NewBestBoundFound As Action(Of Double) Get Set |
| Visual C++ |
|---|
public: property Action<double>^ NewBestBoundFound { Action<double>^ get (); void set (Action<double>^ value); } |
