Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discrete (or mixed) conditions #88

Open
polsys opened this issue Jul 29, 2021 · 0 comments
Open

Discrete (or mixed) conditions #88

polsys opened this issue Jul 29, 2021 · 0 comments
Labels
feature New user-facing behavior.

Comments

@polsys
Copy link
Owner

polsys commented Jul 29, 2021

Originally, conditioning variables were always continuous. #87 will add support for discrete-discrete variables and discrete conditions. However, this leaves many cases unimplemented:

  • Continuous variables, discrete condition (interpreting condition as continuous might work, though)
  • Discrete variables, continuous condition (shouldn't be too hard to implement)
  • Mixed discrete-continuous condition (how hard, and how necessary?)

In table form:

No condition Discrete Continuous Mixed
Discrete-discrete 🆕 🆕
Discrete-continuous ✔️ ✔️
Continuous-continuous ✔️ ✔️

While it would be the nicest to support everything, this leads to some combinatorial explosion in the algorithms. Moreover, the user interface gets more and more complicated.

Therefore most of the cases will remain missing until sufficient demand.

@polsys polsys added the feature New user-facing behavior. label Jul 29, 2021
@polsys polsys added this to the Possibly in the future milestone Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New user-facing behavior.
Projects
None yet
Development

No branches or pull requests

1 participant