|
Lean
$LEAN_TAG$
|
Classes | |
| class | LeanOptimizer |
| Base Lean optimizer class in charge of handling an optimization job packet More... | |
| class | OptimizationNodePacket |
| Provide a packet type containing information on the optimization compute job. More... | |
| class | OptimizationResult |
| Defines the result of Lean compute job More... | |
Enumerations | |
| enum | OptimizationStatus { OptimizationStatus.New, OptimizationStatus.Aborted, OptimizationStatus.Running, OptimizationStatus.Completed } |
| The different optimization status More... | |
|
strong |
The different optimization status
| Enumerator | |
|---|---|
| New | Just created and not running optimization (0) |
| Aborted | We failed or we were aborted (1) |
| Running | We are running (2) |
| Completed | Optimization job has completed (3) |
Definition at line 21 of file OptimizationStatus.cs.