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
pybop.PSO
3.12
For pybop.PSO, the self._boundaries attribute is not currently created:
PyBOP/pybop/optimisers/base_pints_optimiser.py
Line 143 in 9ac4d01
As such, the optimiser exceeds acceptable values during optimisation.
Run the spm_pso.py example script and view the optimiser parameter vector.
spm_pso.py
No response
The text was updated successfully, but these errors were encountered:
BradyPlanden
Successfully merging a pull request may close this issue.
Python Version
3.12
Describe the bug
For pybop.PSO, the self._boundaries attribute is not currently created:
PyBOP/pybop/optimisers/base_pints_optimiser.py
Line 143 in 9ac4d01
As such, the optimiser exceeds acceptable values during optimisation.
Steps to reproduce the behaviour
Run the
spm_pso.py
example script and view the optimiser parameter vector.Relevant log output
No response
The text was updated successfully, but these errors were encountered: