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
Hey guys, for the ub and lb you declare it as a function. But when you pass it later to unit box you declare it in unit box function docu as a np.array. I think the func should just be replaced by np.array
:type lb: function
:param ub: Upper variable bounds, of size 1 x dim
:type ub: function
Cheers :)
The text was updated successfully, but these errors were encountered:
Hey guys, for the ub and lb you declare it as a function. But when you pass it later to unit box you declare it in unit box function docu as a np.array. I think the func should just be replaced by np.array
:type lb: function
:param ub: Upper variable bounds, of size 1 x dim
:type ub: function
Cheers :)
The text was updated successfully, but these errors were encountered: