Roadmap » History » Version 17

« Previous - Version 17/34 (diff) - Next » - Current version
Jeremy Gow, 2013-01-30 02:43 PM


Roadmap

The development code has been made compatible with sbcl 1.1. We intend to release a private beta, once an appropriate license
has been chosen, then work toward a public beta and/or a web service.

Short-term

Fix built-in examples (Conklin 95 etc.): data doesn't contain all the necessary basic viewpoints.

New viewpoint: metrical accent.

Viewpoint selection:
  • Adding viewpoint weights to output.
  • Print trace information about VP sets being tested + mean IC values; record this to log file.
  • Optionally specify: min-links
  • More flexible way for user to specify constraints on viewpoint search:
    • Define labelled viewpoint classes
    • Pairs/triples of labels/wildcards specify acceptable combinations
    • User provides whitelist or blacklist spec
Efficiency:
  • Check/extend caching of models etc.
  • Use sampling to estimate mean IC during VP selection.

Some basic benchmarks to ensure stability of future development versions.

Mid-term goals

Review derived viewpoints: many depend on MIDI pitch representation, incompatible with cents.

Make system more data agnostic:
  • Remove dependancy on amuse.
  • Separation of music viewpoints from model.
  • A straightforward interface for specifying viewpoints, including viewpoint schemas (e.g. interval, interval size)
Viewpoint selection:
  • Optimise based on match with existing IC values.
Allow user to specify structure of model.
  • Determine order in which distributions are combined.
  • Specify weights for particular combinations, e.g. weighted viewpoints, or weighted memory stores.
  • Multiple memory stores.
  • Specify alternative context strategies.
  • Provide some prepackaged models, e.g. the current model structure.

Allow models to use predictive information (PI), expected PI and PI rate (as analogs to IC, entropy and entropy rate respectively).

Predict more than one basic viewpoint, and provide recommended viewpoints for each one (not just cpitch and bioi).

Predict over more than one dataset.

Long-term

Hierarchical structure: chunk common patterns into symbols.
Parallel implementation.

Minor problems to fix

  • It is possible to import empty datasets, which cause an error when described.
  • Create root directory structure if not present.
  • Show all viewpoints in describe-dataset.
  • Zero barlength (e.g. in Makam data) causes divide by zero error.
  • Update kern import to handle new pitch viewpoints.