adaptive-nback / py /
..
.vscode Fix Pipfile, and add settings for vscode & pylint integration 6 years ago
.editorconfig WIP: stubs, structures, and functions of even random sequence generators. Also editorconfig is imported for dev. 6 years ago
Pipfile Add a basic CSP solver 6 years ago
Pipfile.lock Add a basic CSP solver 6 years ago
README.md Add a basic CSP solver 6 years ago
even_random_generator.py use itertools to generate all possible sequences 6 years ago
main.py init (touched) python codes with pipenv 6 years ago
skewed_random_generator.py cleanups for better PEP8 support 6 years ago
README.md

N-Back Sequence Generators

This project contains Python implementations of various sequence generators for the n-back task.

Build and Run

Skewed Random Generator

Even Random Generator