[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.28,1.29
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-06-24 22:52:38
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16221/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Updated files for the EfficientPortfolio script: - new classes for testing a given array of tickers (normally, for testing out of sample an optimization's result); - reorganized code in a more object oriented way (now code duplication has been completely erased); - now, the optimization process for the shortAndLong portfolio should be more efficient (memory is now used properly) Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** b7_Scripts.csproj 7 Jun 2005 15:09:35 -0000 1.28 --- b7_Scripts.csproj 24 Jun 2005 22:52:25 -0000 1.29 *************** *** 189,192 **** --- 189,197 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerLastChosenPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\GenomeManagerForEfficientCTCPortfolio.cs" SubType = "Code" *************** *** 224,227 **** --- 229,237 ---- /> <File + RelPath = "TickerSelectionTesting\RunLastChosenPortfolioOutOfSample.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\RunTestOptimizedCTCPortfolio.cs" SubType = "Code" |