Adds BaseFrameworkRegressionAlgorithm and New Regression Algorithms (#7116)
Build & Test Lean / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
* Renames and Updates BaseAlphaModelFrameworkRegressionAlgorithm The `BaseFrameworkRegressionAlgorithm ` will be used for multiple framework regression tests * Updates and Renames EmaCrossAlphaModelFrameworkAlgorithm Adds "Regression" to inform that it's a regression algorithm. * Updates and Renames MaximumPortfolioDrawdownFrameworkAlgorithm Adds "Regression" to inform that it's a regression algorithm, and use the model name: `MaximumDrawdownPercentPortfolio` * Adds New Regression Algorithms
This commit is contained in:
committed by
GitHub
parent
44d1454ed7
commit
3b2e165254
@@ -193,6 +193,7 @@
|
||||
<None Include="DropboxBaseDataUniverseSelectionAlgorithm.py" />
|
||||
<None Include="DropboxUniverseSelectionAlgorithm.py" />
|
||||
<None Include="DropboxCoarseFineAlgorithm.py" />
|
||||
<None Include="EmaCrossAlphaModelFrameworkRegressionAlgorithm.py" />
|
||||
<None Include="EmaCrossFuturesFrontMonthAlgorithm.py" />
|
||||
<None Include="EmaCrossUniverseSelectionAlgorithm.py" />
|
||||
<None Include="EmaCrossUniverseSelectionFrameworkAlgorithm.py" />
|
||||
@@ -212,7 +213,7 @@
|
||||
<None Include="MarginCallEventsAlgorithm.py" />
|
||||
<None Include="MarketOnOpenOnCloseAlgorithm.py" />
|
||||
<None Include="MarketOnCloseOrderBufferRegressionAlgorithm.py" />
|
||||
<None Include="MaximumPortfolioDrawdownFrameworkAlgorithm.py" />
|
||||
<None Include="MaximumDrawdownPercentPortfolioFrameworkRegressionAlgorithm.py" />
|
||||
<None Include="MeanVarianceOptimizationFrameworkAlgorithm.py" />
|
||||
<None Include="MovingAverageCrossAlgorithm.py" />
|
||||
<None Include="MultipleSymbolConsolidationAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user