Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv18493/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic
Modified Files:
FixedLengthTwoPhasesGeneticChooser.cs
Log Message:
Minor fixing for a string content
Index: FixedLengthTwoPhasesGeneticChooser.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Genetic/FixedLengthTwoPhasesGeneticChooser.cs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** FixedLengthTwoPhasesGeneticChooser.cs 10 Feb 2008 14:19:36 -0000 1.4
--- FixedLengthTwoPhasesGeneticChooser.cs 27 Feb 2008 22:27:35 -0000 1.5
***************
*** 106,110 ****
throw new Exception( "Eligilbe tickers for driving positions contains " +
"only " + eligibleTickers.Count +
! " elements, while NumberOfDrivingPositions is " +
this.numberOfPortfolioPositions );
}
--- 106,110 ----
throw new Exception( "Eligilbe tickers for driving positions contains " +
"only " + eligibleTickers.Count +
! " elements, while the number of portfolio positions is " +
this.numberOfPortfolioPositions );
}
|