From 43be493a3328b20f1ab1a1af43d839235265da82 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 16 May 2019 15:48:14 -0400 Subject: [PATCH] Add vector_adaptor_02 Trilinos-12.14.1 variant --- tests/rol/vector_adaptor_02.output.12.14.1 | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/rol/vector_adaptor_02.output.12.14.1 diff --git a/tests/rol/vector_adaptor_02.output.12.14.1 b/tests/rol/vector_adaptor_02.output.12.14.1 new file mode 100644 index 0000000000..5c40863fde --- /dev/null +++ b/tests/rol/vector_adaptor_02.output.12.14.1 @@ -0,0 +1,24 @@ + +Quasi-Newton Method with Limited-Memory BFGS +Line Search: Cubic Interpolation satisfying Strong Wolfe Conditions + iter value gnorm snorm #fval #grad ls_#fval ls_#grad + 0 1.040000e+02 2.039608e+01 + 1 0.000000e+00 0.000000e+00 1.019804e+01 3 2 2 0 +Optimization Terminated with Status: Converged +The solution to minimization problem is: 0 0 + +Quasi-Newton Method with Limited-Memory BFGS +Line Search: Cubic Interpolation satisfying Strong Wolfe Conditions + iter value gnorm snorm #fval #grad ls_#fval ls_#grad + 0 2.000000e-02 2.828427e-01 + 1 0.000000e+00 0.000000e+00 1.414214e-01 3 2 2 0 +Optimization Terminated with Status: Converged +The solution to minimization problem is: 0 0 + +Quasi-Newton Method with Limited-Memory BFGS +Line Search: Cubic Interpolation satisfying Strong Wolfe Conditions + iter value gnorm snorm #fval #grad ls_#fval ls_#grad + 0 1.200200e+02 2.191073e+01 + 1 0.000000e+00 0.000000e+00 1.095536e+01 3 2 2 0 +Optimization Terminated with Status: Converged +The solution to minimization problem is: 0 0 -- 2.39.5