Functions
  • 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