-
Notifications
You must be signed in to change notification settings - Fork 75
Fix bounds parsing in Scipy optimizers and warn when unsupported #155
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
Merged
Merged
Changes from 40 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
bc4c98c
Avoid multiply defined bounds options in optimizer
edoaltamura 85e16b6
Update change date
edoaltamura 6604837
Add warnings for parsing unsupported bounds
edoaltamura 77abbcb
Add algorithms and optimizer specific warnings
edoaltamura 0163c53
Fix missed import
edoaltamura 8167209
Merge branch 'main' into main
edoaltamura 343ae7c
Apply style patches
edoaltamura d1db2a3
Add unit tests and introduce _bounds attribute
edoaltamura 83df2c1
Formatting and final patches to tests
edoaltamura f4159ad
Merge branch 'qiskit-community:main' into main
edoaltamura 7215fcc
Merge branch 'main' into main
woodsp-ibm 28c5f67
Bounds parsing forbidden in __init__ and allowed in minimize()
edoaltamura a217786
Merge remote-tracking branch 'origin/main'
edoaltamura 6d057ec
Add bounds type hinting
edoaltamura cdfc487
Change copyright in tests
edoaltamura 7c0bf6b
Remove scikit-quant dependency
edoaltamura a4f45ee
Update qiskit_algorithms/optimizers/scipy_optimizer.py
edoaltamura 18b0f77
Update qiskit_algorithms/optimizers/scipy_optimizer.py
edoaltamura 140fce6
Update qiskit_algorithms/optimizers/scipy_optimizer.py
edoaltamura 2fbd23a
Remove internal implementation checks in test_optimizers.py
edoaltamura d3eb8f2
Merge branch 'qiskit-community:main' into main
edoaltamura 30c4b72
Avoid multiply defined bounds options in optimizer
edoaltamura 06240b8
Update change date
edoaltamura be6dd75
Add warnings for parsing unsupported bounds
edoaltamura 28d1493
Add algorithms and optimizer specific warnings
edoaltamura 8446806
Fix missed import
edoaltamura f47d31a
Apply style patches
edoaltamura d7a0986
Add unit tests and introduce _bounds attribute
edoaltamura adfb264
Formatting and final patches to tests
edoaltamura cd7a34e
Bounds parsing forbidden in __init__ and allowed in minimize()
edoaltamura 960cd7c
Add bounds type hinting
edoaltamura 91ffeff
Change copyright in tests
edoaltamura ca0d277
Remove scikit-quant dependency
edoaltamura a7bbd21
Update qiskit_algorithms/optimizers/scipy_optimizer.py
edoaltamura 3611957
Update qiskit_algorithms/optimizers/scipy_optimizer.py
edoaltamura 08284c9
Update qiskit_algorithms/optimizers/scipy_optimizer.py
edoaltamura b9a32dc
Remove internal implementation checks in test_optimizers.py
edoaltamura 7a5fc0c
Remove loose incompatible-bounds logic
edoaltamura f20fe98
Merge remote-tracking branch 'origin/main'
edoaltamura a467036
Remove loose incompatible-bounds logic
edoaltamura a8d52e0
Update qiskit_algorithms/optimizers/scipy_optimizer.py
edoaltamura 0f602e7
Remove redundant `_bounds` attributes
edoaltamura 1472f4f
Add release note
edoaltamura f4d76fa
Remove _bounds attr from tests, add `list[tuple[None, None]]` as poss…
edoaltamura 997f38b
Remove _bounds attr from tests
edoaltamura 602ab8c
Merge branch 'main' into main
woodsp-ibm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.