Adaptive N-Back Sequence Generators

project remove artima deps (does not work for sbt 1.2.x) 6 years ago
src Cleanup and add a random alphanumeric stub to generate a sequence 6 years ago
.gitignore update git ignore 6 years ago
README.md Create README.md 6 years ago
build.sbt remove artima deps (does not work for sbt 1.2.x) 6 years ago
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>