[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.13,1.14
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-12-01 22:40:22
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20368/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Added classes in order to find some kinds of efficient portfolios using the genetic optimizer Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** b7_Scripts.csproj 1 Dec 2004 15:41:03 -0000 1.13 --- b7_Scripts.csproj 1 Dec 2004 22:40:03 -0000 1.14 *************** *** 183,186 **** --- 183,206 ---- /> <File + RelPath = "TickerSelectionTesting\GenomeManagerForEfficientCTOPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\GenomeManagerForEfficientPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\RunEfficientCTOPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File + RelPath = "TickerSelectionTesting\RunEfficientPortfolio.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "WalkForwardTesting\MSFTwalkForward\RunMSFTwalkForward.cs" SubType = "Code" |