sdo.EvaluateOptions class
Package: sdo
Cost function evaluation
options for sdo.evaluate
Syntax
opt =
sdo.EvaluateOptions
opt = sdo.EvaluateOptions(Name,Value)
Description
Specify options such as evaluation error handling, display settings,
and the use of parallel computing for cost function evaluations using sdo.evaluate
.
Construction
opt =
sdo.EvaluateOptions
creates an sdo.EvaluateOptions
object
and assigns default values to the properties.
creates an opt
= sdo.EvaluateOptions(Name,Value
)sdo.EvaluateOptions
object
with additional options specified by one or more Name,Value
pair arguments.
Name
is a property name and Value
is the corresponding value.
Input Arguments
Name-Value ArgumentsSpecify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Before R2021a, use commas to separate each name and value, and enclose
Name
in quotes.
Use Name,Value
arguments to specify properties of sdo.EvaluateOptions
object
during object creation. For example, opt = sdo.EvaluateOptions('Display','off')
creates
a sdo.EvaluateOptions
object specifying the Display
property
as off
.
Properties
Copy Semantics
Value. To learn how value classes affect copy operations, see Copying Objects.