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 running several optimizations in series, Output objects are reused. This leads to incorrect values of certain indicators and in case of a different number of objectives, to a crash with the following error.
When running several optimizations in series,
Output
objects are reused. This leads to incorrect values of certain indicators and in case of a different number of objectives, to a crash with the following error.For an example, see here.
As mentoined by @blankjul on Discord, this can be fixed by explicitly instantiating a new
Output
object when setting up the algorithm.The text was updated successfully, but these errors were encountered: