Defines the optimization parameter meta information
More...
|
string | Name [get] |
| Name of optimization parameter More...
|
|
Defines the optimization parameter meta information
Definition at line 24 of file OptimizationParameter.cs.
◆ OptimizationParameter()
QuantConnect.Optimizer.Parameters.OptimizationParameter.OptimizationParameter |
( |
string |
name | ) |
|
|
protected |
◆ Equals() [1/2]
Indicates whether the current object is equal to another object of the same type.
- Parameters
-
other | An object to compare with this object. |
- Returns
- true if the current object is equal to the other parameter; otherwise, false.
Definition at line 48 of file OptimizationParameter.cs.
◆ Equals() [2/2]
override bool QuantConnect.Optimizer.Parameters.OptimizationParameter.Equals |
( |
object |
obj | ) |
|
Determines whether the specified object is equal to the current object.
- Parameters
-
obj | The object to compare with the current object. |
- Returns
- true if the specified object is equal to the current object; otherwise, false.
Definition at line 62 of file OptimizationParameter.cs.
◆ GetHashCode()
override int QuantConnect.Optimizer.Parameters.OptimizationParameter.GetHashCode |
( |
| ) |
|
Serves as the default hash function.
- Returns
- A hash code for the current object.
◆ Name
string QuantConnect.Optimizer.Parameters.OptimizationParameter.Name |
|
get |
The documentation for this class was generated from the following file: