Newer
Older
adaptive-nback / README.md

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 <BenchmarkName>