You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is just a small bug in the code related to random point selection and inequality constraints handling.
During initialisation with random points the inequality constraints were checked. But if a random point is picked during a run, there is no constraints check. So there is a possibility to injure the constraints. (line 394-401 in bayes.py)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the library.
There is just a small bug in the code related to random point selection and inequality constraints handling.
During initialisation with random points the inequality constraints were checked. But if a random point is picked during a run, there is no constraints check. So there is a possibility to injure the constraints. (line 394-401 in bayes.py)
Thanks!
The text was updated successfully, but these errors were encountered: