[Quantproject-developers] QuantProject/b7_Scripts b7_Scripts.csproj,1.33,1.34
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-07-31 19:53:53
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15756/b7_Scripts Modified Files: b7_Scripts.csproj Log Message: Moved specific methods for the GenomeManagerForTheEfficientPortfolio from GenomeManagement to the new GenomeManipulator class, created in the namespace QuantProject.Scripts.TickerSelectionTesting.EfficientPortfolios; - modified MixGenesWithoutDuplicates, that now tries to mix all genes of the two parents in offspring (without duplication) Index: b7_Scripts.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/b7_Scripts.csproj,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** b7_Scripts.csproj 27 Jul 2005 22:23:14 -0000 1.33 --- b7_Scripts.csproj 31 Jul 2005 19:53:44 -0000 1.34 *************** *** 219,222 **** --- 219,227 ---- /> <File + RelPath = "TickerSelectionTesting\GenomeManipulator.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "TickerSelectionTesting\PortfolioType.cs" SubType = "Code" |