Package: sdo
Optimization options
opt = sdo.OptimizeOptions
opt =
sdo.OptimizeOptions(Name,Value)
Specify options such as a solver, solver options, and the use of parallel computing during optimization.
creates
an opt
= sdo.OptimizeOptionssdo.OptimizeOptions
object and assigns default
values to the properties.
creates
an opt
=
sdo.OptimizeOptions(Name,Value
)sdo.OptimizeOptions
object with additional options
specified by one or more Name,Value
pair
arguments.
Name
is a property name and Value
is the corresponding value.
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.
Use Name,Value
arguments to specify properties of sdo.OptimizeOptions
object
during object creation. For example, opt = sdo.OptimizeOptions('Method','lsqnonlin')
creates
a sdo.OptimizeOptions
object specifying the Method
property
as lsqnonlin
.
Value. To learn how value classes affect copy operations, see Copying Objects.