Closed james-imi closed 3 months ago
Hi @james-imi,
I suspect that you have no point registered that fulfills the constraint, hence there is no maximum found and .max()
returning None
. I think you should sample more random points until you find a point that fulfills the constraint. Apologies for the misleading error message, in the future this will raise a more informative error.
Hi @james-imi,
I assume your bug is fixed. If you need more help, feel free to let us know.
I am receiving this error whenever the
init_points
are fulfilled.with these constraits
I printed the values and it shows this