nlmixrdevelopment / nlmixr

nlmixr: an R package for population PKPD modeling
https://nlmixrdevelopment.github.io/nlmixr/
GNU General Public License v2.0
114 stars 45 forks source link

Feature Request: Rate-limit NaN warning #500

Closed billdenney closed 3 years ago

billdenney commented 3 years ago

Is it possible to rate-limit this warning to once per iteration? While estimating a model just now, it showed about 20 times per iteration.

https://github.com/nlmixrdevelopment/nlmixr/blob/4ec38650baa06fa4d5822ebc977c6cad913518f4/src/saem.cpp#L1448

mattfidler commented 3 years ago

I can see the value, but it is a bit low on the priority list.

mattfidler commented 3 years ago

Once per saem problem now

billdenney commented 3 years ago

Thank you!