Definition at line 311 of file minimizer.F90.
◆ nlo_set_min_objective()
subroutine nlo_set_min_objective::nlo_set_min_objective |
( |
integer(c_int), intent(out) |
ret, |
|
|
type(c_ptr), intent(inout) |
opt, |
|
|
|
f, |
|
|
type(c_ptr), intent(in) |
f_data |
|
) |
| |
|
private |
◆ nlo_set_xtol_abs1()
subroutine nlo_set_min_objective::nlo_set_xtol_abs1 |
( |
integer(c_int), intent(out) |
ret, |
|
|
type(c_ptr), intent(inout) |
opt, |
|
|
real(c_double), intent(in) |
xtol_abs |
|
) |
| |
◆ nlo_set_initial_step1()
subroutine nlo_set_min_objective::nlo_set_initial_step1 |
( |
integer(c_int), intent(out) |
ret, |
|
|
type(c_ptr), intent(inout) |
opt, |
|
|
real(c_double), intent(in) |
initial_step1 |
|
) |
| |
◆ nlo_set_maxeval()
subroutine nlo_set_min_objective::nlo_set_maxeval |
( |
integer(c_int), intent(out) |
ret, |
|
|
type(c_ptr), intent(inout) |
opt, |
|
|
integer(c_int), intent(in) |
maxeval |
|
) |
| |
◆ nlo_optimize()
subroutine nlo_set_min_objective::nlo_optimize |
( |
integer(c_int), intent(out) |
ret, |
|
|
type(c_ptr), intent(inout) |
opt, |
|
|
real(c_double), dimension(*), intent(inout) |
x, |
|
|
real(c_double), intent(out) |
optf |
|
) |
| |
◆ nlo_destroy()
subroutine nlo_set_min_objective::nlo_destroy |
( |
type(c_ptr), intent(inout) |
opt | ) |
|
◆ opt
type(c_ptr) nlo_set_min_objective::opt |
◆ ires
integer nlo_set_min_objective::ires |
|
private |
◆ nlopt_ld_lbfgs
integer, parameter nlo_set_min_objective::nlopt_ld_lbfgs = 11 |
|
private |
◆ nlopt_ln_bobyqa
integer, parameter nlo_set_min_objective::nlopt_ln_bobyqa = 34 |
|
private |
The documentation for this interface was generated from the following file: