Fortran CAMB Documentation
Tree Views
TBOBYQA
Class
module: Powell
file: PowellMinimize
Functions
Expand Arguments
logical
BOBYQA(this, obj, funk, n, npt, maxfun, iprint, rhobeg, rhoend, x, xl, xu)
Main function for bounded minimization
TBOBYQA
:: this
class(*) target :: obj
procedure(obj_vec_function) :: funk
funk(obj, x), unwrapping obj with select type
integer intent(in) :: n
integer intent(in) :: npt
integer intent(in) :: maxfun
integer intent(in) :: iprint
real(dp) intent(in) :: rhobeg
real(dp) intent(in) :: rhoend
real(dp) intent(inout) :: x(*)
real(dp) intent(in) :: xl(*)
real(dp) intent(in) :: xu(*)
Properties
real(dp)
::
FVAL_Converge_difference
Tree Diagrams
TMinimizer
TBOBYQA