You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trilinos/rol @dridzal 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.
Problem Description
How can I obtain this information when using ROL?
Example Use Case
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.
Request for Help
Can someone provide an example code snippet or guidance on how to achieve this in ROL?
The text was updated successfully, but these errors were encountered:
Question
@trilinos/rol @dridzal 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.
Problem Description
How can I obtain this information when using ROL?
Example Use Case
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.
Request for Help
Can someone provide an example code snippet or guidance on how to achieve this in ROL?
The text was updated successfully, but these errors were encountered: