Skip to content

v0.2.49..v0.2.50 changeset optimize network conf.asciidoc

Garret Voltz edited this page Nov 6, 2019 · 1 revision
diff --git a/docs/commands/optimize-network-conf.asciidoc b/docs/commands/optimize-network-conf.asciidoc
index b3841d6..441e1eb 100644
--- a/docs/commands/optimize-network-conf.asciidoc
+++ b/docs/commands/optimize-network-conf.asciidoc
@@ -3,14 +3,14 @@
 
 === Description
 
-The +optimize-network-conf+ command runs a series of network road conflation tests to determine the best performing
-values for a user specified group of configuration options.
+The +optimize-network-conf+ command runs a series of network road conflation tests to determine the best performing values for a user 
+specified group of configuration options.
 
 * +testsDir+      - the root directory containing the tests to run; the directory must contain Hootenanny conflate case tests,
                     release regression tests, or PERTY regression tests
-* +testType+      - the type of test to run; valid values are 'case', 'release', or 'perty'
+* +testType+      - the type of test to run; valid values are 'case', 'release', or 'perty'; only one type may be used at a time
 * +testSettings+  - a JSON file containing configuration with min/max test values; see
-                    'test-files/cmd/slow/OptimizeConflateSettingsCmd/testSettings.json' for an example
+                    'test-files/cmd/glacial/OptimizeConflateSettingsCmd/testSettings.json' for an example
 * +numIterations+ - the number of test iterations to run
 * +output+        - file location to write the text summary of the optimization to
 * +verbose+       - if true; logs extra detail during the optimization run
@@ -29,9 +29,8 @@ optimize-network-conf (testsDir) (testType) (testSettings) (numIterations) (outp
 hoot optimize-network-conf test-files/cases/hoot-rnd/network/conflicts case settings.json 50 output Config.conf
 --------------------------------------
 
-NOTE: To use tests of type 'release' or 'perty' you must have access to the Hootenanny regression tests, which are
-not supplied with Hootenanny by default.  Also, currently only the Network Conflation versions of those tests
-will work with this settings optimizer.
+NOTE: To use tests of type 'release' or 'perty' you must have access to the Hootenanny regression tests, which are not supplied with 
+Hootenanny by default.  Also, only the Network Conflation versions of those tests will work with this settings optimizer.
 
 === See Also
 
Clone this wiki locally