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
The optimal design is stored in the solution object, but not in the history file (remember that the final iteration may not be the optimal solution). Similar to the last key, we should have an optimal key or something that stores the callCounter corresponding to the optimal solution.
Potential solution
This may require stepping through the solution to try and match a callCounter, maybe that's a bit hacky?