Fortran CAMB Documentation
Tree Views
TBOBYQA
Class
module: Powell
file: PowellMinimize
Functions
Expand Arguments
logical
BOBYQA(this, obj, funk, RHOBEG, RHOEND, X, XL, XU, N)
Main function for bounded minimization
TBOBYQA
:: this
class(*) target :: obj
real(dp) external :: funk
a class function f(obj,x) where obj is any class instance
real(dp) intent(in) :: RHOBEG
real(dp) intent(in) :: RHOEND
REAL(dp) :: X(*)
REAL(dp) :: XL(*)
REAL(dp) :: XU(*)
IX :: N
Properties
REAL(dp)
::
FVAL_Converge_difference
Tree Diagrams
TMinimizer
TBOBYQA