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
Line 89 in turbo/turbo_m.py: assert n_trust_regions > 1 and isinstance(max_evals, int)
It seems to be assert n_trust_regions > 1 and isinstance(n_trust_regions , int)
The text was updated successfully, but these errors were encountered:
Hello,
Line 89 in turbo/turbo_m.py:
assert n_trust_regions > 1 and isinstance(max_evals, int)
It seems to be
assert n_trust_regions > 1 and isinstance(n_trust_regions , int)
The text was updated successfully, but these errors were encountered: