[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/LinearRegression/InSampleChoos
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2011-01-16 19:49:14
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearRegression/InSampleChoosers/FitnessEvaluation In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1479/b7_Scripts/WalkForwardTesting/LinearRegression/InSampleChoosers/FitnessEvaluation Modified Files: LinearRegressionFitnessEvaluator.cs Log Message: Removed declaration for avoiding compilation warning Index: LinearRegressionFitnessEvaluator.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/LinearRegression/InSampleChoosers/FitnessEvaluation/LinearRegressionFitnessEvaluator.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** LinearRegressionFitnessEvaluator.cs 6 Jan 2011 19:24:19 -0000 1.2 --- LinearRegressionFitnessEvaluator.cs 16 Jan 2011 19:49:06 -0000 1.3 *************** *** 159,163 **** if ( fitnessValue < -0.03 && fitnessValue > -2 ) { ! string forBreakpoint; // for breakpoint } return fitnessValue; --- 159,163 ---- if ( fitnessValue < -0.03 && fitnessValue > -2 ) { ! ; // for breakpoint } return fitnessValue; |