ICB-DCM / PESTO

PESTO: Parameter EStimation TOolbox, Bioinformatics, btx676, 2017.
https://doi.org/10.1093/bioinformatics/btx676
BSD 3-Clause "New" or "Revised" License
26 stars 12 forks source link

Poor Optimization Initializations lead to error #160

Closed BBallnus closed 6 years ago

BBallnus commented 6 years ago

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 6 years ago

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

paulstapor commented 6 years ago

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