, including all inherited members.
constraint_type typedef | Penalty< N, Function, Constraint, T, Point > | |
find_minimum(point_type &x) | Penalty< N, Function, Constraint, T, Point > | |
function_type typedef | Penalty< N, Function, Constraint, T, Point > | |
max_constraint_error() const | Penalty< N, Function, Constraint, T, Point > | [inline] |
number_type typedef | Penalty< N, Function, Constraint, T, Point > | |
Penalty(const function_type &function, const constraint_type &constraint, const number_type initial_step_size=std::pow(std::numeric_limits< number_type >::epsilon(), 0.25), const number_type final_step_size=std::sqrt(std::numeric_limits< number_type >::epsilon()), const number_type max_constraint_error=std::pow(std::numeric_limits< number_type >::epsilon(), 0.25), const int max_function_calls=10000) | Penalty< N, Function, Constraint, T, Point > | |
penalty_parameter() const | Penalty< N, Function, Constraint, T, Point > | [inline] |
point_type typedef | Penalty< N, Function, Constraint, T, Point > | |
set_final_step_size(const number_type final_step_size) | Penalty< N, Function, Constraint, T, Point > | [inline] |
set_initial_step_size(const number_type initial_step_size) | Penalty< N, Function, Constraint, T, Point > | [inline] |
set_max_constraint_error(const number_type max_constraint_error) | Penalty< N, Function, Constraint, T, Point > | [inline] |
set_penalty_parameter(const number_type penalty_parameter) | Penalty< N, Function, Constraint, T, Point > | [inline] |
set_step_size_reduction_factor(const number_type step_size_reduction_factor) | Penalty< N, Function, Constraint, T, Point > | [inline] |
~Penalty() | Penalty< N, Function, Constraint, T, Point > | [inline, virtual] |