[Quantproject-developers] QuantProject/b7_Scripts Scripts_SD.csproj, 1.43, 1.44
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2011-01-06 18:37:34
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13605 Modified Files: Scripts_SD.csproj Log Message: WalkForwardTesting\LinearRegression\Logging\VirtualReturns\IVirtualReturnComputer.cs has been added WalkForwardTesting\LinearRegression\Logging\VirtualReturns\ReturnPredictor.cs has been added WalkForwardTesting\LinearRegression\Logging\VirtualReturns\PortfolioReturnComputer.cs has been added Index: Scripts_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/Scripts_SD.csproj,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** Scripts_SD.csproj 28 Mar 2010 16:19:56 -0000 1.43 --- Scripts_SD.csproj 6 Jan 2011 18:37:26 -0000 1.44 *************** *** 165,168 **** --- 165,171 ---- <Compile Include="WalkForwardTesting\LinearRegression\Logging\AnalyzerForLinearRegressionTestingPositions.cs" /> <Compile Include="WalkForwardTesting\LinearRegression\Logging\LinearRegressionLogItem.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\Logging\VirtualReturns\IVirtualReturnComputer.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\Logging\VirtualReturns\ReturnPredictor.cs" /> + <Compile Include="WalkForwardTesting\LinearRegression\Logging\VirtualReturns\PortfolioReturnComputer.cs" /> <Compile Include="WalkForwardTesting\LinearRegression\ReturnIntervals\ShiftedTimeIntervalSelectorForSignaling.cs" /> <Compile Include="WalkForwardTesting\LinearRegression\ReturnIntervals\SingleDayIntervalsSelector.cs" /> *************** *** 378,381 **** --- 381,385 ---- <Folder Include="WalkForwardTesting\LinearRegression\InSampleChoosers\FitnessEvaluation" /> <Folder Include="WalkForwardTesting\LinearRegression\Logging" /> + <Folder Include="WalkForwardTesting\LinearRegression\Logging\VirtualReturns" /> <Folder Include="WalkForwardTesting\LinearRegression\ReturnIntervals" /> <Folder Include="WalkForwardTesting\LinearRegression\Strategies" /> |