[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/Logging
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-02-10 15:24:58
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/Logging In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29165/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/Logging Modified Files: FixedLengthTwoPhasesLogItem.cs Log Message: The compiler forced me to add a cast to IInSampleChooser, I really don't understand this MILLO, any idea? Index: FixedLengthTwoPhasesLogItem.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/Logging/FixedLengthTwoPhasesLogItem.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FixedLengthTwoPhasesLogItem.cs 7 Feb 2008 18:28:16 -0000 1.1 --- FixedLengthTwoPhasesLogItem.cs 10 Feb 2008 15:24:52 -0000 1.2 *************** *** 110,114 **** // seedForRandomGenerator ); IInSampleChooser inSampleChooser = ! new ConstantWeightedPositionsChooser( this.BestWeightedPositionsInSample ); IIntervalsSelector intervalsSelector = --- 110,114 ---- // seedForRandomGenerator ); IInSampleChooser inSampleChooser = ! (IInSampleChooser)new ConstantWeightedPositionsChooser( this.BestWeightedPositionsInSample ); IIntervalsSelector intervalsSelector = |