[Swift-commit] r5630 - in SwiftApps/SciColSim: conf params
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Thu Feb 16 06:41:43 CST 2012
Author: wilde
Date: 2012-02-16 06:41:42 -0600 (Thu, 16 Feb 2012)
New Revision: 5630
Added:
SwiftApps/SciColSim/conf/pads02.xml
SwiftApps/SciColSim/params/MWtest07
Log:
Add more pads confs and params.
Added: SwiftApps/SciColSim/conf/pads02.xml
===================================================================
--- SwiftApps/SciColSim/conf/pads02.xml (rev 0)
+++ SwiftApps/SciColSim/conf/pads02.xml 2012-02-16 12:41:42 UTC (rev 5630)
@@ -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:20: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">400</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+
+ <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+ </pool>
+</config>
Added: SwiftApps/SciColSim/params/MWtest07
===================================================================
--- SwiftApps/SciColSim/params/MWtest07 (rev 0)
+++ SwiftApps/SciColSim/params/MWtest07 2012-02-16 12:41:42 UTC (rev 5630)
@@ -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 400 # 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 40 # 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
+
More information about the Swift-commit
mailing list