Adaptive N-Back Sequence Generators
project | 6 years ago | ||
src | 6 years ago | ||
.gitignore | 6 years ago | ||
README.md | 6 years ago | ||
build.sbt | 6 years ago |
To build code and compile use sbt compile
and sbt build
. It's recommended to use sbt clean
before any of them :-).
To run default generator with random sequence generator and some other benchmarking use the following command:
sbt run
sbt testOnly <BenchmarkName>