adaptive-nback / py /
Morteza Ansarinia authored on 7 Feb 2019
Morteza Ansarinia committed on 7 Feb 2019
..
.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 numberjack to the list of pipenv dependencies 6 years ago
Pipfile.lock Prototype for genetic algorithm optimization 6 years ago
README.md Add a basic CSP solver 6 years ago
even_random_generator.py Prototype for genetic algorithm optimization 6 years ago
ga_optimized_random_generator.py fix GA optimizer 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