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

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Sun Mar 11 19:33:39 CDT 2012


Author: jonmon
Date: 2012-03-11 19:33:39 -0500 (Sun, 11 Mar 2012)
New Revision: 5707

Added:
   SwiftApps/SciColSim/params/ARFull
Log:
added full scale parameter file for the SciColSim application



Added: SwiftApps/SciColSim/params/ARFull
===================================================================
--- SwiftApps/SciColSim/params/ARFull	                        (rev 0)
+++ SwiftApps/SciColSim/params/ARFull	2012-03-12 00:33:39 UTC (rev 5707)
@@ -0,0 +1,18 @@
+
+min_target_innovation        58     # starting target innovation value to try
+max_target_innovation        1009    # 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             100    # times to perform the simulated annealing loop for all non-fixed parameters
+
+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 !!!
+
+alpha_i                      0.0     # 5 evolve() parameters: must be decimal values !!!
+alpha_m                      0.0
+beta                         4.0
+gamma                        50.0
+delta                        -1.0
+




More information about the Swift-commit mailing list