ICB-DCM/PESTO

Poor Optimization Initializations lead to error

BBallnus opened this issue · 2 comments

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.

Right, that's true and shouldn't be the case...
Anyway: tough thing to be in that situation... ;)

New pull-request is open to fix this.
Thanks for bringing it up!