Enumerates all possible values for specific optimization parameter
More...
|
void | Dispose () |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
|
|
abstract bool | MoveNext () |
| Advances the enumerator to the next element of the collection. More...
|
|
void | Reset () |
| Sets the enumerator to its initial position, which is before the first element in the collection. More...
|
|
|
| OptimizationParameterEnumerator (T optimizationParameter) |
|
Enumerates all possible values for specific optimization parameter
Definition at line 24 of file OptimizationParameterEnumerator.cs.
◆ Dispose()
◆ MoveNext()
Advances the enumerator to the next element of the collection.
- Returns
- true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
- Exceptions
-
T:System.InvalidOperationException | The collection was modified after the enumerator was created. |
Implemented in QuantConnect.Optimizer.Parameters.OptimizationStepParameterEnumerator.
◆ Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
- Exceptions
-
T:System.InvalidOperationException | The collection was modified after the enumerator was created. |
Definition at line 69 of file OptimizationParameterEnumerator.cs.
◆ OptimizationParameter
◆ Index
◆ Current
Gets the element in the collection at the current position of the enumerator.
- Returns
- The element in the collection at the current position of the enumerator.
Definition at line 45 of file OptimizationParameterEnumerator.cs.
The documentation for this class was generated from the following file: