[Swift-commit] r5704 - SwiftApps/SciColSim/params

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Thu Mar 1 18:46:25 CST 2012


Author: jonmon
Date: 2012-03-01 18:46:25 -0600 (Thu, 01 Mar 2012)
New Revision: 5704

Modified:
   SwiftApps/SciColSim/params/ARtest02
Log:
o changes to some of the parameters for ARtest02



Modified: SwiftApps/SciColSim/params/ARtest02
===================================================================
--- SwiftApps/SciColSim/params/ARtest02	2012-03-01 20:22:58 UTC (rev 5703)
+++ SwiftApps/SciColSim/params/ARtest02	2012-03-02 00:46:25 UTC (rev 5704)
@@ -1,6 +1,6 @@
 
 min_target_innovation        58     # starting target innovation value to try
-max_target_innovation        109    # stops before this target innovation value
+max_target_innovation        59    # stops before this target innovation value
 target_innovation_increment  50     # increment target innovation by this amount 
 
 annealing_repeats            1      # times to repeate the entire optimization process for each target_innovation
@@ -8,7 +8,7 @@
 
 evolve_reruns                10000   # times to perform evolve_to_target_and_save() (objective function - is batched)
 nworkers                     24      # number of parallel threads (cores) to use per invocation of C++ optimizer
-reruns_per_opt_invocation    240     # reruns_per_opt_invocation mod nworkers must == 0 !!! <=== NOTE WELL !!!
+reruns_per_opt_invocation    48     # reruns_per_opt_invocation mod nworkers must == 0 !!! <=== NOTE WELL !!!
 
 alpha_i                      0.0     # 5 evolve() parameters: must be decimal values !!!
 alpha_m                      0.0     # alpha_i and alpha_m are fixed for now




More information about the Swift-commit mailing list