Replies: 1 comment
-
@trilinos/rol |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to plot convergence curves, such as ||x_computed - x_true||/||x_true||, in addition to the objective/loss function curves. However, I couldn’t find an example of how to achieve this in ROL. How can I obtain this information when using ROL?Consider a simple 2D Rosenbrock problem. I want to use ROL to minimize the objective function and plot the convergence ||x_computed - x_true||/||x_true|| over iterations. Can someone provide an example code snippet or guidance on how to achieve this in ROL?
Beta Was this translation helpful? Give feedback.
All reactions