JuliaMath / JuliaMath/IntervalSets.jl

Multidimensional interval sets

Open
#66 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
109
Forks
29
PR merge metrics
No merged PRs in 30d

Description

It would be nice to have some multidimensional interval sets, i.e.
Interval([1,1], [2,3]) would be the "box" between 1 and 2 on the x axis and between 1 and 3 on the y axis.

Currently, it doesn't work as we would want it to:
```
julia> [1.5,2.5] in Interval([1,1], [2,2])
true
```

see e.g. JuliaPOMDP/POMDPs.jl#301, JuliaReinforcementLearning/CommonRLInterface.jl#15 for description of needs.

Is that beyond the scope of this package?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.