-
Notifications
You must be signed in to change notification settings - Fork 11
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
feat: Add Single-Parameter Optimization Module to Bartiq #118
Conversation
…on function Co-authored-by: mstechly <[email protected]>
#111 (comment) @mstechly Additionally, it seems that the overall df_active_volume is an increasing function. If this assumption is correct, then the current test results should now be reasonable. |
Hi @mstechly, I've completed the changes and everything is ready for tests and your review. |
This reverts commit bd91d24.
Description
Context:
This PR addresses issue #12 by integrating a basic optimization module into Bartiq. This enhancement enables users to optimize parameters related to resource expressions within Bartiq routines.
Implemented Solution:
Added a minimize function to allow optimization of resources with respect to a single free parameter.
Users can specify bounds for the parameter and choose the optimizer.
Dependencies:
Added scipy to the extras dependencies as one backend could be used by minimize function.
Please verify that you have completed the following steps