[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.26,1.27
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-06-02 18:00:58
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16116/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Scripts for finding the efficient portfolio have been reorganized in a more object-oriented way. Test script handlers (for checking the optimization process through in - sample simulation) now derive directly from the main classes used for out of sample simulations. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** b7_Scripts.csproj 4 May 2005 18:21:01 -0000 1.26 --- b7_Scripts.csproj 2 Jun 2005 18:00:48 -0000 1.27 *************** *** 164,167 **** --- 164,172 ---- /> <File + RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTCTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTO.cs" SubType = "Code" *************** *** 209,212 **** --- 214,222 ---- /> <File + RelPath = "TickerSelectionTesting\RunTestOptimizedCTCPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\RunTestOptimizedCTOPortfolio.cs" SubType = "Code" |