[Quantproject-developers] QuantProject/b1_ADT ConstantsProvider.cs, 1.19, 1.20
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-08-29 10:08:49
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22412/b1_ADT Modified Files: ConstantsProvider.cs Log Message: Changed constant value (just to flag this file as "committed" ...) Index: ConstantsProvider.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ConstantsProvider.cs,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** ConstantsProvider.cs 9 Apr 2007 18:16:26 -0000 1.19 --- ConstantsProvider.cs 29 Aug 2007 10:08:39 -0000 1.20 *************** *** 40,44 **** public static DateTime DefaultDateForTickersAddedToGroups = new DateTime(1980,1,1); //conventional date for new tickers added to groups ! public static double AmountOfVariableWeightToBeAssignedToTickers = 0.5; //total weight to be assigned to portfolio's tickers through genetic optimizer, //this constant is used at the moment only by GenomeManagerForWeightedEfficientPortfolio --- 40,44 ---- public static DateTime DefaultDateForTickersAddedToGroups = new DateTime(1980,1,1); //conventional date for new tickers added to groups ! public static double AmountOfVariableWeightToBeAssignedToTickers = 0.40; //total weight to be assigned to portfolio's tickers through genetic optimizer, //this constant is used at the moment only by GenomeManagerForWeightedEfficientPortfolio |