[Swift-commit] r5543 - SwiftApps/SciColSim
jonmon at ci.uchicago.edu
jonmon at ci.uchicago.edu
Wed Feb 1 15:12:18 CST 2012
Author: jonmon
Date: 2012-02-01 15:12:18 -0600 (Wed, 01 Feb 2012)
New Revision: 5543
Modified:
SwiftApps/SciColSim/README
SwiftApps/SciColSim/TODO
Log:
Added to the README what are the command line arguments
Added a TODO item to document what each one does
Modified: SwiftApps/SciColSim/README
===================================================================
--- SwiftApps/SciColSim/README 2012-02-01 21:05:29 UTC (rev 5542)
+++ SwiftApps/SciColSim/README 2012-02-01 21:12:18 UTC (rev 5543)
@@ -136,8 +136,28 @@
(currently, parameters are set in a few different places in annealing.swift)
Sample output (w/ bugs remaining) is in sample.test-swift.output
-
+*** Parameter on the command line
+ The command line options are:
+ -nworkers=<int>
+ -minrange=<int>
+ -maxrange=<int>
+ -rangeinc=<int>
+ -tstart=<float>
+ -tend=<float>
+ -trejection=<float>
+ -erruns=<int>
+ -startingjump=<float>
+ -alphai=<float>
+ -alpham=<float>
+ -beta=<float>
+ -gamma=<float>
+ -delta=<float>
+ -annealingcycles=<int>
+ -rerunsperapp=<int>
+
+
+
Optimizer output (both from C++ optimizer and Swift) generates text
with escape sequences to display colored text. Some versions of more
and less need special options set (eg in env var?) to display the
Modified: SwiftApps/SciColSim/TODO
===================================================================
--- SwiftApps/SciColSim/TODO 2012-02-01 21:05:29 UTC (rev 5542)
+++ SwiftApps/SciColSim/TODO 2012-02-01 21:12:18 UTC (rev 5543)
@@ -112,4 +112,6 @@
[ ] Track negative number scenario
-[ ] create a lib directory of swift scripts to import in the swift release
\ No newline at end of file
+[ ] create a lib directory of swift scripts to import in the swift release
+
+[ ] Document each command line parameter for annealing.swift
More information about the Swift-commit
mailing list