2019-02-20 |
fix skewed random generator, so it generates skewed sequences! It also calculates skewness as described in Ralph (2014, p.21).
|
---|---|
add ralph2014's skewness to the dataset.
Morteza Ansarinia
committed
on 20 Feb 2019
|
|
PEP8 conformity and improve readability in progressive random sequence generator.
|
|
generate skewed data for stat analysis.
|
|
2019-02-19 |
window mode, and go/no-go style for progressive random n-back.
|
refactors, add normalized cost functions to progressive n-back, and a new demo for progressive n-back.
|
|
Support for block and trials in the skewed nback demo, and add preloading to all stimuli.
|
|
add skewed n-back demo using expyriment.
Morteza Ansarinia
committed
on 19 Feb 2019
|
|
2019-02-15 |
rename class
Morteza Ansarinia
committed
on 15 Feb 2019
|
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.
Morteza Ansarinia
committed
on 15 Feb 2019
|
|
2019-02-14 |
random mutation in GA-optimization to avoid local minima, comments, and minor improvements.
...
|
2019-02-08 |
add cost function to include similarity to even distribution in fitness function
...
Morteza Ansarinia
committed
on 8 Feb 2019
|
2019-02-07 |
simple distribution cost function
...
|
fix GA optimizer
...
|
|
comments and docs
...
|
|
|
|
2019-01-22 |
Add numberjack to the list of pipenv dependencies
Morteza Ansarinia
committed
on 22 Jan 2019
|
use itertools to generate all possible sequences
Morteza Ansarinia
committed
on 22 Jan 2019
|
|
|
|
2019-01-09 |
WIP: stubs, structures, and functions of even random sequence generators. Also editorconfig is imported for dev.
Morteza Ansarinia
committed
on 9 Jan 2019
|
2019-01-07 |
cleanups for better PEP8 support
...
|
write execution code for skewed random
Morteza Ansarinia
committed
on 7 Jan 2019
|
|
random trial type in ralph2014
Morteza Ansarinia
committed
on 7 Jan 2019
|
|
add params for skewed
Morteza Ansarinia
committed
on 7 Jan 2019
|
|
Fix Pipfile, and add settings for vscode & pylint integration
Morteza Ansarinia
committed
on 7 Jan 2019
|
|
init (touched) python codes with pipenv
Morteza Ansarinia
committed
on 7 Jan 2019
|
|
2019-01-01 |
|
Use number of remaining trials instead of all trials to generate a trial type in skewed generator.
...
Morteza Ansarinia
committed
on 1 Jan 2019
|
|
|
|
2018-12-17 |
Cleanup, optimize, and rewrite some parts of the markov model (for now there is no emission probability for hmm support)
...
Morteza Ansarinia
committed
on 17 Dec 2018
|