[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleC
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-09-29 21:19:10
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Decoding In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16833/FixedLengthTwoPhases/InSampleChoosers/Decoding Modified Files: DecoderForFLTPTestingPositionsWithBalancedWeights.cs Log Message: The new revision moves toward an intraday enabled framework. EndOfDayDate time has been removed, DateTime is used now. The code has been changed accordingly. Index: DecoderForFLTPTestingPositionsWithBalancedWeights.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/FixedLengthTwoPhases/InSampleChoosers/Decoding/DecoderForFLTPTestingPositionsWithBalancedWeights.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DecoderForFLTPTestingPositionsWithBalancedWeights.cs 16 Aug 2008 19:09:59 -0000 1.1 --- DecoderForFLTPTestingPositionsWithBalancedWeights.cs 29 Sep 2008 21:18:42 -0000 1.2 *************** *** 19,23 **** along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ! */ using System; --- 19,23 ---- along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ! */ using System; *************** *** 32,35 **** --- 32,36 ---- /// Decoder for the Fixed Length Two Phases strategy /// </summary> + [Serializable] public class DecoderForFLTPTestingPositionsWithBalancedWeights : DecoderForTestingPositionsWithBalancedWeights |