|
Lean
$LEAN_TAG$
|
Defines the step based optimization parameter More...
Public Member Functions | |
| StaticOptimizationParameter (string name, string value) | |
| Creates a new instance More... | |
Public Member Functions inherited from QuantConnect.Optimizer.Parameters.OptimizationParameter | |
| bool | Equals (OptimizationParameter other) |
| Indicates whether the current object is equal to another object of the same type. More... | |
| override bool | Equals (object obj) |
| Determines whether the specified object is equal to the current object. More... | |
| override int | GetHashCode () |
| Serves as the default hash function. More... | |
Properties | |
| string | Value [get] |
| Minimum value of optimization parameter, applicable for boundary conditions More... | |
Properties inherited from QuantConnect.Optimizer.Parameters.OptimizationParameter | |
| string | Name [get] |
| Name of optimization parameter More... | |
Additional Inherited Members | |
Protected Member Functions inherited from QuantConnect.Optimizer.Parameters.OptimizationParameter | |
| OptimizationParameter (string name) | |
| Create an instance of OptimizationParameter based on configuration More... | |
Defines the step based optimization parameter
Definition at line 23 of file StaticOptimizationParameter.cs.
| QuantConnect.Optimizer.Parameters.StaticOptimizationParameter.StaticOptimizationParameter | ( | string | name, |
| string | value | ||
| ) |
Creates a new instance
| name | The name of the parameter |
| value | The fixed value of this parameter |
Definition at line 36 of file StaticOptimizationParameter.cs.
|
get |
Minimum value of optimization parameter, applicable for boundary conditions
Definition at line 29 of file StaticOptimizationParameter.cs.