module RationalChoice

Tiny fuzzy-logic gate for making choices based on a continuum of permitted values as opposed to a hard condition.

Constants

CardinalityError

Gets raised when a multidimensional choice has to be made with a wrong number of values versus the number of dimensions

DomainError

Gets raised when a dimension has to be created with the same parameters

VERSION