, including all inherited members.
_are_checking_function_calls | Opt< N, Function, T, Point > | [protected] |
_function | Opt< N, Function, T, Point > | [protected] |
_max_function_calls | Opt< N, Function, T, Point > | [protected] |
_num_function_calls | Opt< N, Function, T, Point > | [protected] |
dimension() | QuasiNewton< N, Function, T, Point > | [inline, static] |
evaluate_function(const point_type &x) | QuasiNewton< N, Function, T, Point > | [inline, protected] |
evaluate_gradient(const point_type &x, point_type &gradient) | QuasiNewton< N, Function, T, Point > | [inline, protected] |
evaluate_numeric_gradient(const point_type &x, point_type &gradient, const number_type delta=0.0) | QuasiNewton< N, Function, T, Point > | [inline, protected] |
find_minimum(point_type &x, number_type &value, int &num_iterations, number_type max_step=0, const number_type x_tolerance=0, const number_type gradient_tolerance=0) | QuasiNewton< N, Function, T, Point > | |
find_minimum(point_type &x) | QuasiNewton< N, Function, T, Point > | [inline] |
function() const | QuasiNewton< N, Function, T, Point > | [inline] |
function_type typedef | QuasiNewton< N, Function, T, Point > | |
gradient_tolerance() const | QuasiNewton< N, Function, T, Point > | [inline] |
max_function_calls() | Opt< N, Function, T, Point > | [inline] |
num_function_calls() const | QuasiNewton< N, Function, T, Point > | [inline] |
number_type typedef | QuasiNewton< N, Function, T, Point > | |
Opt(const function_type &function, const int max_function_calls=10000, const bool are_checking_function_calls=true) | Opt< N, Function, T, Point > | [inline, protected] |
point_type typedef | QuasiNewton< N, Function, T, Point > | |
QuasiNewton(const function_type &function, const number_type x_tolerance=4 *std::numeric_limits< number_type >::epsilon(), const number_type gradient_tolerance=4 *std::numeric_limits< number_type >::epsilon(), const int max_function_calls=10000) | QuasiNewton< N, Function, T, Point > | [inline] |
reset_num_function_calls() | QuasiNewton< N, Function, T, Point > | [inline] |
set_are_checking_function_calls(const bool are_checking) | Opt< N, Function, T, Point > | [inline] |
set_gradient_tolerance(const number_type gradient_tolerance) | QuasiNewton< N, Function, T, Point > | [inline] |
set_max_function_calls(const int max_function_calls) | QuasiNewton< N, Function, T, Point > | [inline] |
set_x_tolerance(const number_type x_tolerance) | QuasiNewton< N, Function, T, Point > | [inline] |
x_tolerance() const | QuasiNewton< N, Function, T, Point > | [inline] |
~Opt() | Opt< N, Function, T, Point > | [inline, protected, virtual] |
~QuasiNewton() | QuasiNewton< N, Function, T, Point > | [inline, virtual] |