Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nlmixr2::nlmixr2 for SAEM - implement live traceplot (as done for Monolix) #369

Open
iamstein opened this issue Jun 27, 2023 · 2 comments
Open

Comments

@iamstein
Copy link
Contributor

Monolix offers a live traceplot graphic while SAEM is running. This is nice because it gives you an early indicator if your run is having convergence issues and if so, what parameters are causing the problem. This way, instead of waiting for all the iterations to complete before recognizing the issue, you might be able to spot it early on, stop the run, and fix the issue.

Here's a video at 6:35, though they sped up the run time considerably in the video.
https://youtu.be/CyhstNWJeJY?t=395

A possible interim fix would be to allow the user to set the width of the Fit Data object to a very large value so at least, one could try and look at the numbers and they'd all line up well. For instance, when there are a lot of parameters, the output might look like this:
image

but it's much more readable if it's one row per iteration and I could use the left-right scroll bars if needed. though it'd be nice too if the parameters and columns lined up.
image

@mattfidler
Copy link
Member

I agree. I also think adding iterations to a phase would be nice like Monolix, though that may be a bit more work 😄

@mattfidler mattfidler transferred this issue from nlmixr2/nlmixr2 Jun 28, 2023
@mattfidler
Copy link
Member

Transferred to nlmixr2est where the work would actually need to be completed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants