Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkl committed Apr 2, 2015
1 parent a8f1216 commit 0464dc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/manual.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Manual
======


.. role:: bash(code)
:language: bash


Quick Start
-----------
To run the examples, just download the `data <fanova/example/online_lda.tar.gz>`_ and start the python console.
Expand Down Expand Up @@ -127,7 +125,7 @@ because it has more data.

To merge different SMAC runs, you have to merge the different state-run order via SMAC's state-merge tool:

:bash: /path_to_smac/util/state-merge --directories /path/state-run* --scenario-file scenario.txt --outdir merged_state_runs/
:bash:`/path_to_smac/util/state-merge --directories /path/state-run* --scenario-file scenario.txt --outdir merged_state_runs/`


Afterwards you can start the Fanova with the path to the new state run directory (e.g. "merged_state_runs/") and it will use the merged data points.

0 comments on commit 0464dc2

Please sign in to comment.