Lean  $LEAN_TAG$
QuantConnect.Optimizer.Parameters.StaticOptimizationParameter Class Reference

Defines the step based optimization parameter More...

Inheritance diagram for QuantConnect.Optimizer.Parameters.StaticOptimizationParameter:
[legend]

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...
 

Detailed Description

Defines the step based optimization parameter

Definition at line 23 of file StaticOptimizationParameter.cs.

Constructor & Destructor Documentation

◆ StaticOptimizationParameter()

QuantConnect.Optimizer.Parameters.StaticOptimizationParameter.StaticOptimizationParameter ( string  name,
string  value 
)

Creates a new instance

Parameters
nameThe name of the parameter
valueThe fixed value of this parameter

Definition at line 36 of file StaticOptimizationParameter.cs.

Property Documentation

◆ Value

string QuantConnect.Optimizer.Parameters.StaticOptimizationParameter.Value
get

Minimum value of optimization parameter, applicable for boundary conditions

Definition at line 29 of file StaticOptimizationParameter.cs.


The documentation for this class was generated from the following file: