Delegate SolverBase.InterruptMultiHierarchicalOptimization
Defines a delegate for a callback with which the user can specify whether a multi hierarchical optimization should be interrupted.
Namespace: OPTANO.Modeling.Optimization
Assembly: Optimization.dll
Syntax
public delegate bool InterruptMultiHierarchicalOptimization(Solution intermediateSolution, int hierarchyLevel);
Parameters
| Type | Name | Description |
|---|---|---|
| Solution | intermediateSolution | The solution of the current iteration. |
| System.Int32 | hierarchyLevel | The current hierarchy level. |
Returns
| Type | Description |
|---|---|
| System.Boolean |