GitBucket
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
morteza
/
adaptive-nback
Download ZIP
19 commits
Transfer to URL with SHA
tree:
d1b5808141
Switch branches
×
develop
master
adaptive-nback
/
src
/
main
/
scala
/
org
/
xcit
/
nback
/
generators
/
latest commit
d1b5808141
Morteza Ansarinia
authored
on 7 Dec 2018
..
EvenSequenceGenerator.scala
Update skewed generator, based on ralph2014. Param names and description is based on A.2 appendix of Ralph2014 thesis.
6 years ago
MarkovChainSequenceGenerator.scala
Add random and even generators (ralph2014 thesis), and stubs for the rest of generators. It now uses generator design pattern to select a sequence generator.
6 years ago
RandomSequenceGenerator.scala
Update skewed generator, based on ralph2014. Param names and description is based on A.2 appendix of Ralph2014 thesis.
6 years ago
SequenceGenerator.scala
Update skewed generator, based on ralph2014. Param names and description is based on A.2 appendix of Ralph2014 thesis.
6 years ago
SkewedSequenceGenerator.scala
Improve skewed sequence generator (ralph2014), and clean up State model.
6 years ago