MADNESS
0.10.1
|
This is the complete list of members for SteepestDescent, including all inherited members.
converged() const | SteepestDescent | inlinevirtual |
f | SteepestDescent | private |
gnorm | SteepestDescent | private |
gradient_norm() const | SteepestDescent | inlinevirtual |
gradient_precision | SteepestDescent | private |
optimize(Tensor< double > &x) | SteepestDescent | inlinevirtual |
SteepestDescent(const std::shared_ptr< OptimizationTargetInterface > &target, double tol=1e-6, double value_precision=1e-12, double gradient_precision=1e-12) | SteepestDescent | inline |
target | SteepestDescent | private |
tol | SteepestDescent | private |
value() const | SteepestDescent | inlinevirtual |
value_precision | SteepestDescent | private |
~OptimizerInterface() | madness::OptimizerInterface | inlinevirtual |