|
|
|
|
|
by ChrisRackauckas
811 days ago
|
|
The full DFN has a lot more going on. Use the benchmark-ified version from the benchmarks: https://docs.sciml.ai/SciMLBenchmarksOutput/dev/NonlinearPro... But as Avik states, this same kind of thing is done as part of the trust region methods, and so the trust region stuff with some ways to avoid J'J is effectively doing the same thing, though of course that cannot target a symmetric linear solver because J is not generally symmetric and it needs to do the L2 solve so it needs a QR/GMRES. But indeed, let's get IPOPT in this interface and benchmarks and show it in the plots. |
|