[Swift-commit] r5629 - in SwiftApps/SciColSim: conf params
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Thu Feb 16 06:34:14 CST 2012
Author: wilde
Date: 2012-02-16 06:34:14 -0600 (Thu, 16 Feb 2012)
New Revision: 5629
Added:
SwiftApps/SciColSim/conf/beagle01.xml
SwiftApps/SciColSim/conf/beagle02.xml
SwiftApps/SciColSim/params/MWtest05
SwiftApps/SciColSim/params/MWtest06
Log:
Add new beagle configs and params.
Added: SwiftApps/SciColSim/conf/beagle01.xml
===================================================================
--- SwiftApps/SciColSim/conf/beagle01.xml (rev 0)
+++ SwiftApps/SciColSim/conf/beagle01.xml 2012-02-16 12:34:14 UTC (rev 5629)
@@ -0,0 +1,38 @@
+<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="beagle01">
+
+ <execution provider="coaster" jobmanager="local:pbs"/>
+ <profile namespace="globus" key="project">CI-MCB000119</profile>
+
+ <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+
+ <profile namespace="globus" key="jobsPerNode">1</profile>
+ <!-- <profile namespace="globus" key="workerLoggingLevel">DEBUG</profile> -->
+ <profile namespace="globus" key="lowOverAllocation">100</profile>
+ <profile namespace="globus" key="highOverAllocation">100</profile>
+ <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile>
+ <profile namespace="globus" key="maxTime">3600</profile>
+ <profile namespace="globus" key="maxWallTime">00:10:00</profile>
+ <profile namespace="globus" key="slots">50</profile>
+ <profile namespace="globus" key="nodeGranularity">1</profile>
+ <profile namespace="globus" key="maxNodes">1</profile>
+ <!-- <profile namespace="globus" key="queue">route</profile> -->
+ <profile namespace="karajan" key="jobThrottle">12.00</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+
+ <filesystem provider="local"/>
+ <workdirectory>_WORK_/beagle</workdirectory>
+
+ </pool>
+
+</config>
+
Added: SwiftApps/SciColSim/conf/beagle02.xml
===================================================================
--- SwiftApps/SciColSim/conf/beagle02.xml (rev 0)
+++ SwiftApps/SciColSim/conf/beagle02.xml 2012-02-16 12:34:14 UTC (rev 5629)
@@ -0,0 +1,38 @@
+<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="beagle02">
+
+ <execution provider="coaster" jobmanager="local:pbs"/>
+ <profile namespace="globus" key="project">CI-MCB000119</profile>
+
+ <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile>
+
+ <profile namespace="globus" key="jobsPerNode">1</profile>
+ <!-- <profile namespace="globus" key="workerLoggingLevel">DEBUG</profile> -->
+ <profile namespace="globus" key="lowOverAllocation">100</profile>
+ <profile namespace="globus" key="highOverAllocation">100</profile>
+ <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile>
+ <profile namespace="globus" key="maxTime">1800</profile>
+ <profile namespace="globus" key="maxWallTime">00:10:00</profile>
+ <profile namespace="globus" key="slots">1</profile>
+ <profile namespace="globus" key="nodeGranularity">10</profile>
+ <profile namespace="globus" key="maxNodes">10</profile>
+ <profile namespace="globus" key="queue">scalability</profile>
+ <profile namespace="karajan" key="jobThrottle">3.00</profile>
+ <profile namespace="karajan" key="initialScore">10000</profile>
+
+ <filesystem provider="local"/>
+ <workdirectory>_WORK_/beagle</workdirectory>
+
+ </pool>
+
+</config>
+
Added: SwiftApps/SciColSim/params/MWtest05
===================================================================
--- SwiftApps/SciColSim/params/MWtest05 (rev 0)
+++ SwiftApps/SciColSim/params/MWtest05 2012-02-16 12:34:14 UTC (rev 5629)
@@ -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 48 # times to perform evolve_to_target_and_save() (objective function - is batched)
+nworkers 24 # number of parallel threads (cores) to use per invocation of C++ optimizer
+reruns_per_opt_invocation 48 # 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/MWtest06
===================================================================
--- SwiftApps/SciColSim/params/MWtest06 (rev 0)
+++ SwiftApps/SciColSim/params/MWtest06 2012-02-16 12:34:14 UTC (rev 5629)
@@ -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 2 # 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 960 # times to perform evolve_to_target_and_save() (objective function - is batched)
+nworkers 24 # number of parallel threads (cores) to use per invocation of C++ optimizer
+reruns_per_opt_invocation 240 # 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