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
ex: parameter_bounds.add("final_somersault", min_bound=[3 * np.pi / 2], max_bound=[2*np.pi], interpolation=InterpolationType.CONSTANT)
if "InterpolationType.CONSTAN" is omitted, an error should be raised.
The text was updated successfully, but these errors were encountered:
ex: parameter_bounds.add("final_somersault", min_bound=[3 * np.pi / 2], max_bound=[2*np.pi], interpolation=InterpolationType.CONSTANT)
if "InterpolationType.CONSTAN" is omitted, an error should be raised.
The text was updated successfully, but these errors were encountered: