Go to the source code of this file.
|
module | minimizer_tests_oct_m |
| This modules takes care of testing optimizers using standard test functions.
|
|
|
subroutine, public | minimizer_tests_oct_m::test_optimizers (namespace) |
| Unit tests for different optimizers. More...
|
|
subroutine | minimizer_tests_oct_m::rosenbrock_gradient_2d (n, x, val, getgrad, grad) |
| Gradient of the Rosenbrock function. More...
|
|
subroutine | minimizer_tests_oct_m::write_iter_info (iter, n, val, maxdr, maxgrad, x) |
| Helper function required by the minimizer. More...
|
|