|
LSLOpt
1.0
|
Reparameterizer. More...
#include <ProblemTraits.hpp>
Static Public Member Functions | |
| static bool | reparameterize (Problem &problem, Vector< Scalar > &x, Vector< Scalar > &grad) |
| Reparemeterize x and recalculate the gradient. More... | |
Reparameterizer.
|
inlinestatic |
Reparemeterize x and recalculate the gradient.
| problem | The optimization problem. |
| x | The current x vector, later holding the reparameterized result. |
| grad | The gradient storing the current and later the reparameterized result. |
true If a change was performed, false otherwise.
1.8.13