Main Content
packfcn
Description
combines the objective function objconstr
= packfcn(obj
,nlconst
)obj
and nonlinear constraint function
nlconst
into a function objconstr
. The function
objconstr(x)
returns a structure suitable for a combined surrogateopt
objective and constraint function. For information on converting between the
surrogateopt
structure syntax and other solvers, see Convert Nonlinear Constraints Between surrogateopt Form and Other Solver Forms.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2020a