Poor Optimization Initializations lead to error
BBallnus opened this issue · 2 comments
BBallnus commented
In cases where all inital Points for the MS optimization are rejected. PESTO throws an error, e.g. because "exitflag" in getMultiStarts() line 325,
parameters.MS.exitflag(iMS) = exitflag;
is undefined.
paulstapor commented
Right, that's true and shouldn't be the case...
Anyway: tough thing to be in that situation... ;)
paulstapor commented
New pull-request is open to fix this.
Thanks for bringing it up!