Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28434/b7_Scripts/WalkForwardTesting/LinearCombination
Modified Files:
TestDisplayer.cs
Log Message:
The genomeRepresentation is passed as a parameter, now
Index: TestDisplayer.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearCombination/TestDisplayer.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TestDisplayer.cs 2 Aug 2005 23:10:35 -0000 1.4
--- TestDisplayer.cs 10 Aug 2005 16:53:45 -0000 1.5
***************
*** 223,227 ****
LinearCombinationTest linearCombinationTest =
new LinearCombinationTest( this.dtpFirstDate.Value ,
! this.dtpLastDate.Value , signedTickers ,
this.radioButtonOpenToCloseDaily.Checked );
linearCombinationTest.Run();
--- 223,227 ----
LinearCombinationTest linearCombinationTest =
new LinearCombinationTest( this.dtpFirstDate.Value ,
! this.dtpLastDate.Value , genomeRepresentation ,
this.radioButtonOpenToCloseDaily.Checked );
linearCombinationTest.Run();
|