Adaptive N-Back Sequence Generators

.vscode restructure python codes, and init python file for a new progressive optimizer that controls lumpiness and optimizes in chunks instead of one trial per round. 6 years ago
demo add skewed n-back demo using expyriment. 6 years ago
markov restructure python codes, and init python file for a new progressive optimizer that controls lumpiness and optimizes in chunks instead of one trial per round. 6 years ago
.editorconfig restructure python codes, and init python file for a new progressive optimizer that controls lumpiness and optimizes in chunks instead of one trial per round. 6 years ago
.gitignore add skewed n-back demo using expyriment. 6 years ago
Pipfile add skewed n-back demo using expyriment. 6 years ago
Pipfile.lock add skewed n-back demo using expyriment. 6 years ago
README.md restructure python codes, and init python file for a new progressive optimizer that controls lumpiness and optimizes in chunks instead of one trial per round. 6 years ago
even_random_generator.py restructure python codes, and init python file for a new progressive optimizer that controls lumpiness and optimizes in chunks instead of one trial per round. 6 years ago
ga_optimized_generator.py restructure python codes, and init python file for a new progressive optimizer that controls lumpiness and optimizes in chunks instead of one trial per round. 6 years ago
main.py restructure python codes, and init python file for a new progressive optimizer that controls lumpiness and optimizes in chunks instead of one trial per round. 6 years ago
progressive_ga_optimized_generator.py rename class 6 years ago
skewed_random.py add skewed n-back demo using expyriment. 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