Missing Inequality Constraints Check
J-T-M opened this issue · 0 comments
J-T-M commented
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!