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

Add support for nonlinear constraints #13

Merged
merged 1 commit into from
Mar 5, 2023

Conversation

DavidWalz
Copy link
Member


* add warnings for designs that do not respect constraints or the problem domain

* pin black, isort, flake8

* pin click to 8.0.4 for black, see psf/black#2964

* pin black to 22.3.0, unpin click

* added support for nonlinear inequalities

* pin black, isort, flake8

* pin click to 8.0.4 for black, see psf/black#2964

* pin black to 22.3.0, unpin click

* added support for nonlinear inequalities

* remove old TODO

* added DomainUniformSampling and support for nonlinear equalities

* improve plots in nonlinear_constraints.ipynb

* refactor check for isinstance

* Update capabilities in docs

---------

Co-authored-by: WalzDS <[email protected]>
@DavidWalz DavidWalz linked an issue Mar 5, 2023 that may be closed by this pull request
@DavidWalz DavidWalz changed the title Add support for nonlinear constraints (#12) Add support for nonlinear constraints Mar 5, 2023
@DavidWalz DavidWalz merged commit 2f11267 into main Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for nonlinear constraints
2 participants