The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

 STK_OPTIM_FMINSEARCH constructs an object of class 'stk_optim_fminsearch'.

 CALL: ALGO = stk_optim_fminsearch ()

   constructs an algorithm object ALGO of class 'stk_optim_fminsearch'
   with a default set of options.

 CALL: X = stk_optim_fminsearch (opt)

   constructs an algorithm object ALGO of class 'stk_optim_fminsearch'
   with a user-defined set of options, defined by the structure opt.

Package: stk