diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d98563 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# N-Back Sequence Generator with [Hidden] Markov Chain + + +# Compile and Build + +To build code and compile use `sbt compile` and `sbt build`. It's recommended to use `sbt clean` before any of them :-). + +# Run + +To run default generator with random sequence generator and some other benchmarking use the following command: + +`sbt run` + +# Benchmark + +`sbt testOnly `