# doc-cache created by Octave 8.4.0
# name: cache
# type: cell
# rows: 3
# columns: 5
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 27
stk_minimize_boxconstrained


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 649
 STK_MINIMIZE_BOXCONSTRAINED performs box-constrained minimization

 CALL: U_OPT = stk_minimize_boxconstrained (ALGO, F, U_INIT, LB, UB)

   minimizes the objective function F between LB and UB, using algorithm
   ALGO with starting point U_INIT.  The best point found by the algorithm is
   returned as U_OPT.  The value of ALGO can be 'fmincon', 'octavesqp', or any
   algorithm object implementing the 'stk_minimize_boxconstrained' method.

 CALL: [U_OPT, F_OPT] = stk_minimize_boxconstrained (ALGO, F, U_INIT, LB, UB)

   also returns the best objective value F_OPT.

 See also stk_minimize_unconstrained, stk_optim_octavesqp, stk_optim_fmincon



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 66
 STK_MINIMIZE_BOXCONSTRAINED performs box-constrained minimization



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 26
stk_minimize_unconstrained


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 616
 STK_MINIMIZE_UNCONSTRAINED performs unconstrained minimization

 CALL: U_OPT  = stk_minimize_unconstrained (ALGO, F, U_INIT)

   minimizes the objective function F, using algorithm ALGO with starting
   point U_INIT. The best point found by the algorithm is returned as U_OPT.
   The value of ALGO can be 'fminsearch', 'octavesqp', or any algorithm object
   implementing the 'stk_minimize_boxconstrained' method.

 CALL: [U_OPT, F_OPT] = stk_minimize_unconstrained (ALGO, F, U_INIT)

   also returns the best objective value F_OPT.

 See also stk_minimize_boxconstrained, stk_optim_octavesqp, stk_optim_fminsearch



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 63
 STK_MINIMIZE_UNCONSTRAINED performs unconstrained minimization



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 21
stk_optim_isavailable


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 395
 STK_OPTIM_ISAVAILABLE checks if a given optimizer is available

 CALL: B = stk_optim_isavailable (ALGO)

    return true is ALGO is available, and false otherwise.  ALGO can be the
    short name of an algorithm (such as 'octavesqp'), the corresponding class
    name (such as 'stk_optim_octavesqp'), a handle on the class constructor
    (such as @stk_optim_octavesqp) or an algorithm object.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 63
 STK_OPTIM_ISAVAILABLE checks if a given optimizer is available



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 21
stk_optim_testmin_box


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 38
 STK_OPTIM_TESTMIN_BOX [STK internal]



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 38
 STK_OPTIM_TESTMIN_BOX [STK internal]




# name: <cell-element>
# type: sq_string
# elements: 1
# length: 21
stk_optim_testmin_unc


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 38
 STK_OPTIM_TESTMIN_UNC [STK internal]



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 38
 STK_OPTIM_TESTMIN_UNC [STK internal]






