ROL
|
Files | |
file | example_01a.cpp [code] |
An example combining ROL and Sacado to mimize the Zakharov function. The gradient and the action of the Hessian on a given vector are computed by Sacado using automatic differentiation. | |
file | example_01a.hpp [code] |
file | example_01b.cpp [code] |
An example combining ROL and Sacado to mimize the Zakharov function. The gradient and the action of the Hessian on a given vector are computed by Sacado using automatic differentiation. | |
file | example_01b.hpp [code] |
file | sacado/example_02.cpp [code] |
An example equality constrained problem combining ROL and Sacado This is the same problem as found in rol/examples/simple-eq-constr with the objective gradient, objective Hessian direction, constraint Jacobian direction, constraint adjoint Jacobian direction, and constraint adjoint Hessian direction computed via automatic differentiation with Sacado. | |
file | sacado/example_02.hpp [code] |