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
solv2 returns an XlaRuntimeError but could it be possible instead to return the best so far value computed (here it would be at max_steps=2) even if the latest value of sol2 doesn't satisfy there termination condition ?
If not, would there be a possibility to get the best so for value computed without throwing a runtime error ?
The text was updated successfully, but these errors were encountered:
Hi Patrick,
I suppose, that the
BestSoFar...
solvers are working as intended.solv2
returns anXlaRuntimeError
but could it be possible instead to return the best so far value computed (here it would be atmax_steps=2
) even if the latest value ofsol2
doesn't satisfy there termination condition ?If not, would there be a possibility to get the best so for value computed without throwing a runtime error ?
The text was updated successfully, but these errors were encountered: