[Quantproject-developers] QuantProject/b1_ADT ConstantsProvider.cs, 1.18, 1.19
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-04-09 18:16:30
|
Update of /cvsroot/quantproject/QuantProject/b1_ADT
In directory sc8-pr-cvs16:/tmp/cvs-serv10945/b1_ADT
Modified Files:
ConstantsProvider.cs
Log Message:
Changes to constants for testing purposes
Index: ConstantsProvider.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b1_ADT/ConstantsProvider.cs,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** ConstantsProvider.cs 25 Jul 2006 15:22:50 -0000 1.18
--- ConstantsProvider.cs 9 Apr 2007 18:16:26 -0000 1.19
***************
*** 33,37 ****
public static int CachePages = 1000;
public static int PagesToBeRemovedFromCache = 500; // for Garbage Collection
! public static int SeedForRandomGenerator = 333; // for GeneticOptimizer and
// GenomeManagement
public static int NumGenomesForRandomFitnessComputation = 100;
--- 33,37 ----
public static int CachePages = 1000;
public static int PagesToBeRemovedFromCache = 500; // for Garbage Collection
! public static int SeedForRandomGenerator = 33; // for GeneticOptimizer and
// GenomeManagement
public static int NumGenomesForRandomFitnessComputation = 100;
***************
*** 46,51 ****
//separator for tickers in GenomeRepresentation class
public static string SeparatorForWeights = ">";
! //separator for separating ticker by its weight in GenomeRepresentation class
!
}
}
--- 46,50 ----
//separator for tickers in GenomeRepresentation class
public static string SeparatorForWeights = ">";
! //separator for separating ticker by its weight in GenomeRepresentation class
}
}
|