Skip to content

Consider eliminating support for zero measure TSRs #186

Open
@mkoval

Description

@mkoval

The TSR class currently supports TSRs where some dimensions have equal upper and lower bounds in Bw. This is problematic because floating point error dictates whether or not the constraint can be satisfied. It also creates the edge case of a point TSR, which has fundamentally different properties than all other TSRs (i.e. all samples from the TSR are equal).

I am inclined to require that Bw[:, 0] < Bw[:, 1] with strict inequality and to add a new "identity constraint" class to represent a singleton set (e.g. point TSR).

@siddhss5 @psigen @gilwoolee @dqyi11 Thoughts? Objections?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions