Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
41a74614
Commit
41a74614
authored
Jan 25, 2017
by
Sebastian Heimann
Browse files
Merge branch 'master' of gitext:heimann/grond
parents
b9021856
ef24b71b
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
41a74614
...
...
@@ -25,14 +25,18 @@ sudo python setup.py install
```
##
U
sage
##
Basic u
sage
Grond can be run as a command line tool or by calling Grond's library functions
from a Python script. To get a brief description on available options of
Grond's command line tool, run
`grond --help`
or
`grond <subcommand> --help`
.
Once dataset and configuration are ready, the command
`grond go <configfile> <eventname>`
starts the optimization algorithm for a
selected event. During the optimization, results are aggregated in a directory,
selected event. Before running the optimization, to debug problems with the
dataset and configuration, use
`grond check <configfile> <eventname>`
. To get
a list of event names available in a configured setup, run
`grond events <configfile>`
.
During the optimization, results are aggregated in a directory,
referred to in the configuration as
`<rundir>`
. To visualize the results run
`grond plot <plotnames> <rundir>`
. The results can be exported in various way
by running the subcommand
`grond export <what> <rundir>`
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment