modAL-python / modAL

A modular active learning framework for Python
https://modAL-python.github.io/
MIT License
2.23k stars 324 forks source link

What kind of constraints on parameter bounds are supported natively? #149

Closed sgbaird closed 2 years ago

sgbaird commented 2 years ago

A search for "constraint" on Issues and on https://modal-python.readthedocs.io/ doesn't turn up anything. Are linear constraints supported? Any non-linear constraints?

See for example the constraints in https://github.com/facebook/Ax/issues/727

cosmic-cortex commented 2 years ago

This scenario is not supported yet. I am planning to restructure the framework such that adding new scenarios (along with pool-based and stream-based active learning) will be more straightforward than now, but that is way down the development roadmap.