0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 23 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Accept more filetypes in the simple markov chain demo. More... over 15 years ago
Add FK constraints to history table. More... over 15 years ago
Massive demo overhaul, decent easing function. More... over 15 years ago
Fix assignment order bug where configuration values would always be overwritten by defaults. Oops! More... over 15 years ago
Discriminate between user-chosen songs and markov-chosen songs when scoring in the chains. More... over 15 years ago
Improve the formatting of dbtest. More... over 15 years ago
Log message tweaks. More... over 15 years ago
Tidy up demos, add verbose flag More... over 15 years ago
Ditch the _lookup_descs decorator for a smarter type-sensitive lookup function More... over 15 years ago
Tidy up demos a little bit. More... over 15 years ago
Add configurable values to MarkovConductor. More... over 15 years ago
Add humility to the readme More... over 15 years ago
Move code maintaining "chain" table to the MarkovConductor class. MarkovConductor classes should be responsible for maintaining their chain registry and instantiating and deleting their own chains. More... over 15 years ago
Add honesty to the readme More... over 15 years ago
Fix several bugs causing deletion of chains to not work. More... over 15 years ago
Rudimentary logging. More... over 15 years ago
Move track->description conversion into general Conductor class. More... over 15 years ago
Refactor "track" field to a more appropriate "title" in track description dictionaries. More... over 15 years ago
Basic music player demo. More... over 15 years ago
Working history, refactoring. More... over 15 years ago
More reorganization in preparation for history implementation. More... over 15 years ago
Put a cap on humanscore for now to limit score inflation More... over 15 years ago
Refactor to pull general Conductor class out of MarkovConductor More... over 15 years ago
Add "p" command to play 10 tracks without interruption More... over 15 years ago
Allow for a null "fromid" in transition functions to enable learning of appropriate starting tracks. If a "fromid" is null, it will be replaced with -1 for purposes of storage in the database. More... over 15 years ago
Refactoring and documentation. More... over 15 years ago
Add a hook for a customizable weighting function and a little documentation. More... over 15 years ago
Rename "transition_" tables to "chain_". Chains used are specified in the 'chain' table. More... over 15 years ago
Improve score normalization and calculation, and handle human scoring separately. More... over 15 years ago
Human scoring, exponential easing, and demo improvements. More... over 15 years ago