[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.18,1.19
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-01-30 19:53:29
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3550/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: New structure for the classes that make up script for the efficient portfolio. Now, the genomeManagers (for close to open and close to close portfolio) for the genetic optimizer derive from a common base class GenomeManagerForTheEfficientPortfolio. Handlers and Runs have been renamed. Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** b7_Scripts.csproj 20 Jan 2005 01:11:33 -0000 1.18 --- b7_Scripts.csproj 30 Jan 2005 19:53:13 -0000 1.19 *************** *** 144,148 **** /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandler.cs" SubType = "Code" BuildAction = "Compile" --- 144,158 ---- /> <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTC.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "TickerSelectionTesting\EndOfDayTimerHandlerCTO.cs" ! SubType = "Code" ! BuildAction = "Compile" ! /> ! <File ! RelPath = "TickerSelectionTesting\GenomeManagerForEfficientCTCPortfolio.cs" SubType = "Code" BuildAction = "Compile" *************** *** 159,168 **** /> <File ! RelPath = "TickerSelectionTesting\RunEfficientCTOPortfolio.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\RunEfficientPortfolio.cs" SubType = "Code" BuildAction = "Compile" --- 169,178 ---- /> <File ! RelPath = "TickerSelectionTesting\RunEfficientCTCPortfolio.cs" SubType = "Code" BuildAction = "Compile" /> <File ! RelPath = "TickerSelectionTesting\RunEfficientCTOPortfolio.cs" SubType = "Code" BuildAction = "Compile" |