[Swift-commit] r5613 - SwiftApps/SciColSim/params
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Tue Feb 14 11:23:40 CST 2012
Author: jonmon
Date: 2012-02-14 11:23:40 -0600 (Tue, 14 Feb 2012)
New Revision: 5613
Added:
SwiftApps/SciColSim/params/BetaTest
Log:
Beta value bug test
Added: SwiftApps/SciColSim/params/BetaTest
===================================================================
--- SwiftApps/SciColSim/params/BetaTest (rev 0)
+++ SwiftApps/SciColSim/params/BetaTest 2012-02-14 17:23:40 UTC (rev 5613)
@@ -0,0 +1,20 @@
+
+min_target_innovation 58 # starting target innovation value to try
+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 100 # times to perform the simulated annealing loop for all non-fixed parameters
+
+evolve_reruns 60 # 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 !!!
+
+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 .26
More information about the Swift-commit
mailing list