apoch / curvature

A full-featured editor for working with Utility-based AI
Other
266 stars 23 forks source link

Feature: add parameterization of inputs #1

Closed apoch closed 7 years ago

apoch commented 7 years ago

Currently all inputs are set up to assume a fixed range. Extend support for parameterizing ranges such that inputs can have a custom range on each consideration.

As part of this, make sure that the higher-level experimentation modes merge the ranges correctly, i.e. all possible values for an input should be settable from the experimentation UI without needing a slider per range.

apoch commented 7 years ago

Merging and parameterization is basically done; anything outstanding is a bug.