Lean
$LEAN_TAG$
|
Provides user-facing messages for the Optimizer.Parameters.OptimizationStepParameter class and its consumers or related classes More...
Static Public Member Functions | |
static string | InvalidStepRange (decimal min, decimal max) |
Returns a string message saying the step range is invalid More... | |
static string | NonPositiveStepValue (string stepVarName, decimal value) |
Returns a string message saying the step should be positive value More... | |
Static Public Attributes | |
static string | StepLessThanMinStep = $"step should be great or equal than minStep" |
String message saying the step should be great or equal than minStep More... | |
Provides user-facing messages for the Optimizer.Parameters.OptimizationStepParameter class and its consumers or related classes
Definition at line 44 of file Messages.Optimizer.Parameters.cs.
|
static |
Returns a string message saying the step range is invalid
Definition at line 55 of file Messages.Optimizer.Parameters.cs.
|
static |
Returns a string message saying the step should be positive value
Definition at line 64 of file Messages.Optimizer.Parameters.cs.
|
static |
String message saying the step should be great or equal than minStep
Definition at line 49 of file Messages.Optimizer.Parameters.cs.