![]() |
NDEVR
API Documentation
|
Generic interface for a non-linear solver operating on a graph. More...
Public Types | |
| enum | SolverResult { Terminate =2 , OK =1 , Fail =-1 } |
| Result codes returned by the solver after each iteration. More... | |
Generic interface for a non-linear solver operating on a graph.
Definition at line 44 of file optimization_algorithm.h.
Result codes returned by the solver after each iteration.
| Enumerator | |
|---|---|
| Terminate | Optimization should stop (converged or no improvement). |
| OK | Iteration succeeded, continue. |
| Fail | Iteration failed (e.g., singular matrix). |
Definition at line 48 of file optimization_algorithm.h.