581d454536
Some interface was refined (most notably, the method for returning Hessian was removed and the method for getting gradient was added as optional to base Solver::Function class) and basic code for setters/getters was added. Now is the time for the real work on an algorithm.
12 lines
178 B
ReStructuredText
12 lines
178 B
ReStructuredText
Conjugate Gradient
|
|
=======================
|
|
|
|
.. highlight:: cpp
|
|
|
|
optim::ConjGradSolver
|
|
---------------------------------
|
|
|
|
.. ocv:class:: optim::ConjGradSolver
|
|
|
|
This class is used
|