]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove number of function calls from bfgs tests.
authorMarc Fehling <mafehling.git@gmail.com>
Thu, 19 May 2022 21:15:40 +0000 (15:15 -0600)
committerMarc Fehling <mafehling.git@gmail.com>
Thu, 19 May 2022 21:15:40 +0000 (15:15 -0600)
tests/optimization/bfgs_05.cc
tests/optimization/bfgs_05.output
tests/optimization/bfgs_05b.cc
tests/optimization/bfgs_05b.output

index 125ac369f945baf587f45b68a33c487cb43553dc..bd12085ce3943e0d1f84821fdc22421e085ea309 100644 (file)
@@ -222,8 +222,8 @@ test()
   x.add(-1, location);
   deallog << "Linf error in solution: " << x.linfty_norm() << std::endl;
 
-  deallog << "function calls: "
-          << (tot_fun_calls - 1) /*one evaluation above*/ << std::endl;
+  // deallog << "function calls: "
+  //         << (tot_fun_calls - 1) /*one evaluation above*/ << std::endl;
 }
 
 int
index dfa18e9e081833de6fde3374829c6bc2a2420374..a9c30079912519f882f0786b77a262de5a0235d1 100644 (file)
@@ -161,4 +161,3 @@ DEAL::Limited memory BFGS solution:
 -4.483e-09 5.000e-02 1.000e-01 1.500e-01 2.000e-01 2.500e-01 3.000e-01 3.500e-01 4.000e-01 4.500e-01 5.000e-01 5.500e-01 6.000e-01 6.500e-01 7.000e-01 7.500e-01 8.000e-01 8.500e-01 9.000e-01 9.500e-01 1.000e+00 
 DEAL::Function value: 1.3096e-13
 DEAL::Linf error in solution: 1.6564e-07
-DEAL::function calls: 133
index e89e02f7246fd813a3e10cc7c1f7447a223edf38..5d5257aee941cee0366493d91a4de3ff6c189870 100644 (file)
@@ -123,8 +123,8 @@ test()
   x.add(-1, location);
   deallog << "Linf error in solution: " << x.linfty_norm() << std::endl;
 
-  deallog << "function calls: "
-          << (tot_fun_calls - 1) /*one evaluation above*/ << std::endl;
+  // deallog << "function calls: "
+  //         << (tot_fun_calls - 1) /*one evaluation above*/ << std::endl;
 }
 
 int
index 6d58fe29ce3ef31db6014d44c244246ad4a65d3d..e3b6ff726880686a962be7b2519a6c638c3f4f94 100644 (file)
@@ -5,4 +5,3 @@ DEAL::Limited memory BFGS solution:
 -4.483e-09 5.000e-02 1.000e-01 1.500e-01 2.000e-01 2.500e-01 3.000e-01 3.500e-01 4.000e-01 4.500e-01 5.000e-01 5.500e-01 6.000e-01 6.500e-01 7.000e-01 7.500e-01 8.000e-01 8.500e-01 9.000e-01 9.500e-01 1.000e+00 
 DEAL::Function value: 1.3096e-13
 DEAL::Linf error in solution: 1.6564e-07
-DEAL::function calls: 133

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.