NDEVR
API Documentation
OptimizationAlgorithm

Generic interface for a non-linear solver operating on a graph. More...

Inheritance diagram for OptimizationAlgorithm:
[legend]

Public Types

enum  SolverResult { Terminate =2 , OK =1 , Fail =-1 }
 Result codes returned by the solver after each iteration. More...

Detailed Description

Generic interface for a non-linear solver operating on a graph.

Definition at line 44 of file optimization_algorithm.h.

Member Enumeration Documentation

◆ SolverResult

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.


The documentation for this class was generated from the following file: