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

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Mon Mar 12 14:18:13 CDT 2012


Author: jonmon
Date: 2012-03-12 14:18:12 -0500 (Mon, 12 Mar 2012)
New Revision: 5708

Modified:
   SwiftApps/SciColSim/params/Fast01
Log:
checking in small test case configured for beagle.



Modified: SwiftApps/SciColSim/params/Fast01
===================================================================
--- SwiftApps/SciColSim/params/Fast01	2012-03-12 00:33:39 UTC (rev 5707)
+++ SwiftApps/SciColSim/params/Fast01	2012-03-12 19:18:12 UTC (rev 5708)
@@ -1,14 +1,14 @@
 
 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
 annealing_cycles              10     # times to perform the simulated annealing loop for all non-fixed parameters
 
-evolve_reruns                 8      # times to perform evolve_to_target_and_save() (objective function - is batched)
-nworkers                      1      # number of parallel threads (cores) to use per invocation of C++ optimizer
-reruns_per_opt_invocation     2      # reruns_per_opt_invocation mod nworkers must == 0 !!! <=== NOTE WELL !!!
+evolve_reruns                 100      # 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     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