Skip to content

Commit

Permalink
README adjustments [minor]
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui committed Oct 22, 2017
1 parent 9336f06 commit 5c0aff3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Industrial Benchmark
# Industrial Benchmark (Java)

Requires: Java 8 and Apache Maven 3.x

Expand Down Expand Up @@ -42,12 +42,11 @@ Without it, compilation will fail.
java -jar target/industrialbenchmark-*-jar-with-dependencies.jar src/main/resources/sim.properties

* => a random trajectory is generated
* => all observable state variables are written to file dyn-observable.csv.
* => all markov state variables are written to file dyn-markov.csv
* => all observable state variables are written to file _dyn-observable.csv_.
* => all markov state variables are written to file _dyn-markov.csv_

# Sample usage in code

An example usage of the industrial benchmark can be found in the class `com.siemens.industrialbenchmark.ExampleMain`.
It is intented to be a template for data generation.

It is intended to be a template for data generation.

0 comments on commit 5c0aff3

Please sign in to comment.