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
when my code goes to
ch.minimize( 'pyr': E_pyr), x0=free_variables, callback=cb) in optimization demo,
the error says the 'pyr': E_pyr is float object not integer(which is needed).
But when I look up the definition of minimize function, it does not mention the type of the first parameter.
Has someone met this problem??
The text was updated successfully, but these errors were encountered:
when my code goes to
ch.minimize( 'pyr': E_pyr), x0=free_variables, callback=cb) in optimization demo,
the error says the 'pyr': E_pyr is float object not integer(which is needed).
But when I look up the definition of minimize function, it does not mention the type of the first parameter.
Has someone met this problem??
The text was updated successfully, but these errors were encountered: