Lean
$LEAN_TAG$
|
Defines a C# algorithm as a regression algorithm to be run as part of the test suite. This interface also allows the algorithm to declare that it has versions in other languages that should yield identical results. More...
Properties | |
AlgorithmStatus | AlgorithmStatus [get] |
Final status of the algorithm More... | |
bool | CanRunLocally [get] |
This is used by the regression test system to indicate if the open source Lean repository has the required data to run this algorithm. More... | |
List< Language > | Languages [get] |
This is used by the regression test system to indicate which languages this algorithm is written in. More... | |
long | DataPoints [get] |
Data Points count of all timeslices of algorithm More... | |
int | AlgorithmHistoryDataPoints [get] |
Data Points count of the algorithm history More... | |
Dictionary< string, string > | ExpectedStatistics [get] |
This is used by the regression test system to indicate what the expected statistics are from running the algorithm More... | |
Defines a C# algorithm as a regression algorithm to be run as part of the test suite. This interface also allows the algorithm to declare that it has versions in other languages that should yield identical results.
Definition at line 25 of file IRegressionAlgorithmDefinition.cs.
|
get |
Final status of the algorithm
Definition at line 30 of file IRegressionAlgorithmDefinition.cs.
|
get |
This is used by the regression test system to indicate if the open source Lean repository has the required data to run this algorithm.
Definition at line 35 of file IRegressionAlgorithmDefinition.cs.
|
get |
This is used by the regression test system to indicate which languages this algorithm is written in.
Definition at line 40 of file IRegressionAlgorithmDefinition.cs.
|
get |
Data Points count of all timeslices of algorithm
Definition at line 45 of file IRegressionAlgorithmDefinition.cs.
|
get |
Data Points count of the algorithm history
Definition at line 50 of file IRegressionAlgorithmDefinition.cs.
|
get |
This is used by the regression test system to indicate what the expected statistics are from running the algorithm
Definition at line 55 of file IRegressionAlgorithmDefinition.cs.