2019-03-01
prepare demo and diagrams.
Morteza Ansarinia authored on 1 Mar 2019 Morteza Ansarinia committed on 1 Mar 2019
2019-02-28
diagrams to compare nb_gm_002 vs nb_gm_004
Morteza Ansarinia authored on 28 Feb 2019 Morteza Ansarinia committed on 28 Feb 2019
add benchmark code and results for nb_gm_004
Morteza Ansarinia authored on 28 Feb 2019 Morteza Ansarinia committed on 28 Feb 2019
2019-02-27
add benchmark codes and results
Morteza Ansarinia authored on 27 Feb 2019 Morteza Ansarinia committed on 27 Feb 2019
fix a bug in lure counting algorithm that returned 0 for the number of lures.
Morteza Ansarinia authored on 27 Feb 2019 Morteza Ansarinia committed on 27 Feb 2019
2019-02-26
add benchmarks, diagrams, timing monitors, and improve performance for nb_gm_001, nb_gm_002, and nb_gm_003.
Morteza Ansarinia authored on 26 Feb 2019 Morteza Ansarinia committed on 26 Feb 2019
2019-02-25
refactor benchmark and add visualization
Morteza Ansarinia authored on 25 Feb 2019 Morteza Ansarinia committed on 25 Feb 2019
2019-02-22
add benchmarks.
Morteza Ansarinia committed on 22 Feb 2019
Fix nb_gm_003 and improve it with chunk-by-chunk sequence generation. It's now non-skewed and number of matches is controlled for a sequence.
Morteza Ansarinia authored on 22 Feb 2019 Morteza Ansarinia committed on 22 Feb 2019
import nb_gm_004 from progressive randomizer
Morteza Ansarinia authored on 22 Feb 2019 Morteza Ansarinia committed on 22 Feb 2019
Implement nb_gm_001, nb_gm_002, nb_gm_003, nb_gm_004, and benchmarks for all of them plus progressive randomizer
Morteza Ansarinia authored on 22 Feb 2019 Morteza Ansarinia committed on 22 Feb 2019
2019-02-20
Add two new datasets to compare skewness in long blocks (240 trials) vs short blocks (24 trials).
Morteza Ansarinia committed on 20 Feb 2019
fix skewed random generator, so it generates skewed sequences! It also calculates skewness as described in Ralph (2014, p.21).
Morteza Ansarinia authored on 20 Feb 2019 Morteza Ansarinia committed on 20 Feb 2019
add ralph2014's skewness to the dataset.
Morteza Ansarinia committed on 20 Feb 2019
PEP8 conformity and improve readability in progressive random sequence generator.
Morteza Ansarinia authored on 20 Feb 2019 Morteza Ansarinia committed on 20 Feb 2019
generate skewed data for stat analysis.
Morteza Ansarinia authored on 20 Feb 2019 Morteza Ansarinia committed on 20 Feb 2019
2019-02-19
window mode, and go/no-go style for progressive random n-back.
Morteza Ansarinia authored on 19 Feb 2019 Morteza Ansarinia committed on 19 Feb 2019
refactors, add normalized cost functions to progressive n-back, and a new demo for progressive n-back.
Morteza Ansarinia authored on 19 Feb 2019 Morteza Ansarinia committed on 19 Feb 2019
Support for block and trials in the skewed nback demo, and add preloading to all stimuli.
Morteza Ansarinia authored on 19 Feb 2019 Morteza Ansarinia committed on 19 Feb 2019
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. ...
Morteza Ansarinia authored on 14 Feb 2019 Morteza Ansarinia committed on 14 Feb 2019
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 ...
Morteza Ansarinia authored on 7 Feb 2019 Morteza Ansarinia committed on 7 Feb 2019
fix GA optimizer ...
Morteza Ansarinia authored on 7 Feb 2019 Morteza Ansarinia committed on 7 Feb 2019
comments and docs ...
Morteza Ansarinia authored on 7 Feb 2019 Morteza Ansarinia committed on 7 Feb 2019
Prototype for genetic algorithm optimization ...
Morteza Ansarinia committed on 7 Feb 2019
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