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

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Sun Feb 12 15:28:42 CST 2012


Author: wilde
Date: 2012-02-12 15:28:42 -0600 (Sun, 12 Feb 2012)
New Revision: 5591

Added:
   SwiftApps/SciColSim/params/MWtest02
Log:
Add a param set for numeric behavior testing

Added: SwiftApps/SciColSim/params/MWtest02
===================================================================
--- SwiftApps/SciColSim/params/MWtest02	                        (rev 0)
+++ SwiftApps/SciColSim/params/MWtest02	2012-02-12 21:28:42 UTC (rev 5591)
@@ -0,0 +1,21 @@
+
+#   Test with one target_innovation and few evolve_reruns to verify numeric behavior
+
+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                 20     # times to perform evolve_to_target_and_save() (objective function - is batched)
+nworkers                      2      # number of parallel threads (cores) to use per invocation of C++ optimizer
+reruns_per_opt_invocation     20      # 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 
+  
+   
\ No newline at end of file




More information about the Swift-commit mailing list