We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Multistart is compatible with bounds, but not with linear constraints.
NotImplementedError: multistart optimizations are not yet compatible with transforming constraints.
Allow for multistart even under constraints. Potentially, as first step only for user-provided samples.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What would you like to enhance and why? Is it related to an issue/problem?
Multistart is compatible with bounds, but not with linear constraints.
NotImplementedError: multistart optimizations are not yet compatible with transforming constraints.
Describe the solution you'd like
Allow for multistart even under constraints. Potentially, as first step only for user-provided samples.
The text was updated successfully, but these errors were encountered: