cureos / csnumerics

Portable numerical algorithms in C#
GNU Lesser General Public License v3.0
32 stars 11 forks source link

FindMinimum never returns #16

Open mcmillab opened 6 months ago

mcmillab commented 6 months ago

Hi, I've been using this library for a couple of weeks now, thanks very much. On occasion, FindMinimum never returns a value. Presumably it is stuck in a loop (one core is being using from looking at Task Manager), however the objective function is not being called. Is that something you've experienced? Is there a fix, or way of setting a timeout? thanks Ben