OptimStopReason Type
Reasons optimisation may stop.
Union cases
| Union case |
Description
|
Full Usage:
Continue
|
|
Full Usage:
Converged
|
|
Full Usage:
Custom string
Parameters:
string
|
|
Full Usage:
Degenerate
|
|
Full Usage:
MaxIterations
|
|
Full Usage:
NoImprovement
|
|
Full Usage:
Stationary
|
|
Full Usage:
Stuck
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsContinue
Returns: bool
|
|
Full Usage:
this.IsConverged
Returns: bool
|
|
Full Usage:
this.IsCustom
Returns: bool
|
|
Full Usage:
this.IsDegenerate
Returns: bool
|
|
Full Usage:
this.IsMaxIterations
Returns: bool
|
|
Full Usage:
this.IsNoImprovement
Returns: bool
|
|
Full Usage:
this.IsStationary
Returns: bool
|
|
Full Usage:
this.IsStuck
Returns: bool
|
|
bristlecone