[Swift-commit] r5627 - in SwiftApps/SciColSim: conf params

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Wed Feb 15 23:02:44 CST 2012


Author: wilde
Date: 2012-02-15 23:02:44 -0600 (Wed, 15 Feb 2012)
New Revision: 5627

Added:
   SwiftApps/SciColSim/conf/pads01.xml
   SwiftApps/SciColSim/params/MWtest03
   SwiftApps/SciColSim/params/MWtest04
Log:
Add new config and param sets.

Added: SwiftApps/SciColSim/conf/pads01.xml
===================================================================
--- SwiftApps/SciColSim/conf/pads01.xml	                        (rev 0)
+++ SwiftApps/SciColSim/conf/pads01.xml	2012-02-16 05:02:44 UTC (rev 5627)
@@ -0,0 +1,33 @@
+<config>
+
+  <pool handle="local" >
+    <execution provider="local" url="none" />
+    <profile namespace="karajan" key="jobThrottle">0.09</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+    <filesystem provider="local"/>
+    <workdirectory>_WORK_/local</workdirectory>
+  </pool>
+
+  <pool handle="pads01">
+    <execution provider="coaster" jobmanager="local:pbs" />
+    <filesystem provider="local"/>
+    <workdirectory>_WORK_/pads</workdirectory>
+
+    <profile namespace="globus" key="project">CI-CCR000013</profile>
+    <profile namespace="globus" key="ppn">8</profile>
+    <profile namespace="globus" key="jobsPerNode">1</profile>
+    <profile namespace="globus" key="lowOverAllocation">100</profile>
+    <profile namespace="globus" key="highOverAllocation">100</profile>
+    <profile namespace="globus" key="maxTime">3600</profile>
+    <profile namespace="globus" key="maxWallTime">00:10:00</profile>
+    <profile namespace="globus" key="slots">384</profile>
+    <profile namespace="globus" key="nodeGranularity">1</profile>
+    <profile namespace="globus" key="maxNodes">1</profile>
+    <!-- <profile namespace="globus" key="queue">fast</profile> -->
+
+    <profile namespace="karajan" key="jobThrottle">_JOB_THROTTLE_</profile>
+    <profile namespace="karajan" key="initialScore">10000</profile>
+
+    <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+  </pool>
+</config>

Added: SwiftApps/SciColSim/params/MWtest03
===================================================================
--- SwiftApps/SciColSim/params/MWtest03	                        (rev 0)
+++ SwiftApps/SciColSim/params/MWtest03	2012-02-16 05:02:44 UTC (rev 5627)
@@ -0,0 +1,19 @@
+
+min_target_innovation         58     # starting target innovation value to try
+max_target_innovation         109    # stops before this target innovation value
+target_innovation_increment   50     # increment target innovation by this amount
+
+annealing_repeats             3      # 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                 16      # times to perform evolve_to_target_and_save() (objective function - is batched)
+nworkers                      8       # number of parallel threads (cores) to use per invocation of C++ optimizer
+reruns_per_opt_invocation     16      # 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                  .10

Added: SwiftApps/SciColSim/params/MWtest04
===================================================================
--- SwiftApps/SciColSim/params/MWtest04	                        (rev 0)
+++ SwiftApps/SciColSim/params/MWtest04	2012-02-16 05:02:44 UTC (rev 5627)
@@ -0,0 +1,19 @@
+
+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                 160    # times to perform evolve_to_target_and_save() (objective function - is batched)
+nworkers                      8      # number of parallel threads (cores) to use per invocation of C++ optimizer
+reruns_per_opt_invocation     80     # 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                  3.99




More information about the Swift-commit mailing list