0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of https://github.com/Markov-Grammatical-inferencer/shiny-computing-machine More... over 11 years ago
Seperated average_window_width from p_tokens_given_model (previously were toggled by poking the source). More... over 11 years ago
Added merged form of RCOS presentation. More... over 11 years ago
added presentation materials More... over 11 years ago
Slides added More... over 11 years ago
changes to prisoner's dilemma More... over 11 years ago
Added an abuse of the C preprocessor to the makefile to generate executables for both parsers. More... over 11 years ago
Added a bash script to run the markov generator with a variety of window lengths. More... over 11 years ago
Changed setting for parse tree display, for demonstration. More... over 11 years ago
Added Scm_util.List.partition_by, which should help in implementing follow sets to improve the parser. More... over 11 years ago
Implementing qLearning with prisoner's dilemma - added file More... over 11 years ago
Added update method - all modules run so far More... over 11 years ago
Added more stuff in qLearning and machine learning util More... over 11 years ago
Merge branch 'master' of https://github.com/Markov-Grammatical-inferencer/shiny-computing-machine More... over 11 years ago
Began writing qLearning function from scratch More... over 11 years ago
Further generalized the extrema-finding functionality in Scm_util.Hashtbl. More... over 11 years ago
Generalized the extrema-finding functions for Hashtbl. More... over 11 years ago
Improvements to Scm_util. More... over 11 years ago
Merge branch 'master' of https://github.com/Markov-Grammatical-inferencer/shiny-computing-machine More... over 11 years ago
Started Writing Trie structure for variable length Markov chains More... over 11 years ago
Randomized the initial context used by markov_chain_generator. More... over 11 years ago
Added Markov_chain_generator.Num_wrapper (it's fairly slow compared to the float one, but supports arbitrary precision). More... over 11 years ago
Generalized p_tokens_given_model to support arbitrary numeric backings (in preperation of using arbitrary-precision floats). Added front-end for recognizer. More... over 11 years ago
Added a probability-of-tokens-given-model function (that doesn't compute probability, strictly speaking) to markov_chain_generator. More... over 11 years ago
Merge branch 'master' of https://github.com/Markov-Grammatical-inferencer/shiny-computing-machine More... over 11 years ago
Properly initialized random number generator used by markov_generator (it was giving deterministic output before). Removed an unused class from Scm_util. More... over 11 years ago
Fixed random seed initialization issue that was causing randomish strings to always be the same. More... over 11 years ago
Merge branch 'master' of https://github.com/Markov-Grammatical-inferencer/shiny-computing-machine More... over 11 years ago
Added a new probility manager in order to allow the use of a probibility based matching More... over 11 years ago
Cleaned up machine learning util (excess python removed) More... over 11 years ago