Skip to content

Add explicit flag for categorical parameters to ARES/PyARES #116

Description

@arthursloan

Right now when creating a parameter for an ARES OS, you select the data type for the parameter. Some of these data types (e.g., booleans, strings) are effectively inherently categorical, however even numeric values could be categorical under some circumstances. When passing parameters to a planner that supports categorical variables it will need to be informed which variables are part of a continuous range and which are categorical. It would be useful to have a flag the user can set to mark a parameter as categorical that is passed along to any planners as a parameter_type field just like minimum_value, maximum_value, or data_type

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions