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

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Wed Feb 15 13:10:03 CST 2012


Author: ketan
Date: 2012-02-15 13:10:03 -0600 (Wed, 15 Feb 2012)
New Revision: 5622

Added:
   SwiftApps/SciColSim/params/KMtest01
Log:
Added my test parameters called KMtest01

Added: SwiftApps/SciColSim/params/KMtest01
===================================================================
--- SwiftApps/SciColSim/params/KMtest01	                        (rev 0)
+++ SwiftApps/SciColSim/params/KMtest01	2012-02-15 19:10:03 UTC (rev 5622)
@@ -0,0 +1,20 @@
+
+min_target_innovation         58     # starting target innovation value to try
+max_target_innovation         70    # stops before this target innovation value
+target_innovation_increment   1     # 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                 1000      # times to perform evolve_to_target_and_save() (objective function - is batched)
+nworkers                      20      # number of parallel threads (cores) to use per invocation of C++ optimizer
+reruns_per_opt_invocation     200      # 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
+beta                          4.0    # rest are varied by the optimization process
+gamma                         50.0
+delta                         -1.0
+
+
+JOB_THROTTLE                  9.99




More information about the Swift-commit mailing list