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

Defines the optimization parameter meta information More...

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

Public Member Functions

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

Protected Member Functions

 OptimizationParameter (string name)
 Create an instance of OptimizationParameter based on configuration More...
 

Properties

string Name [get]
 Name of optimization parameter More...
 

Detailed Description

Defines the optimization parameter meta information

Definition at line 24 of file OptimizationParameter.cs.

Constructor & Destructor Documentation

◆ OptimizationParameter()

QuantConnect.Optimizer.Parameters.OptimizationParameter.OptimizationParameter ( string  name)
protected

Create an instance of OptimizationParameter based on configuration

Parameters
nameparameter name

Definition at line 36 of file OptimizationParameter.cs.

Member Function Documentation

◆ Equals() [1/2]

bool QuantConnect.Optimizer.Parameters.OptimizationParameter.Equals ( OptimizationParameter  other)

Indicates whether the current object is equal to another object of the same type.

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

Here is the caller graph for this function:

◆ Equals() [2/2]

override bool QuantConnect.Optimizer.Parameters.OptimizationParameter.Equals ( object  obj)

Determines whether the specified object is equal to the current object.

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

Here is the call graph for this function:

◆ GetHashCode()

override int QuantConnect.Optimizer.Parameters.OptimizationParameter.GetHashCode ( )

Serves as the default hash function.

Returns
A hash code for the current object.

Property Documentation

◆ Name

string QuantConnect.Optimizer.Parameters.OptimizationParameter.Name
get

Name of optimization parameter

Definition at line 30 of file OptimizationParameter.cs.


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