[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleC
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2010-03-28 15:15:13
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7286/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers Modified Files: FixedLengthTwoPhasesFitnessEvaluator.cs Log Message: IReturnsManager is now used, instead of ReturnsManager Index: FixedLengthTwoPhasesFitnessEvaluator.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/FixedLengthTwoPhasesFitnessEvaluator.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** FixedLengthTwoPhasesFitnessEvaluator.cs 29 Sep 2008 21:18:43 -0000 1.4 --- FixedLengthTwoPhasesFitnessEvaluator.cs 28 Mar 2010 15:15:05 -0000 1.5 *************** *** 91,95 **** } private double getFitnessValue( ! WeightedPositions weightedPositions , ReturnsManager returnsManager ) { float[] weightedPositionsReturns = --- 91,95 ---- } private double getFitnessValue( ! WeightedPositions weightedPositions , IReturnsManager returnsManager ) { float[] weightedPositionsReturns = *************** *** 102,106 **** } private double getFitnessValue( TestingPositions testingPositions , ! ReturnsManager returnsManager ) { double fitnessValue; --- 102,106 ---- } private double getFitnessValue( TestingPositions testingPositions , ! IReturnsManager returnsManager ) { double fitnessValue; *************** *** 117,121 **** } ! public double GetFitnessValue( object meaning , ReturnsManager returnsManager ) { this.getFitnessValue_checkParameters( meaning ); --- 117,121 ---- } ! public double GetFitnessValue( object meaning , IReturnsManager returnsManager ) { this.getFitnessValue_checkParameters( meaning ); |