GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
morteza
/
adaptive-nback
Download ZIP
31 commits
Transfer to URL with SHA
tree:
ee225821e2
Switch branches
×
develop
master
adaptive-nback
/
py
/
latest commit
ee225821e2
Morteza Ansarinia
authored
on 22 Jan 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 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
Add a basic CSP solver
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