Click or drag to resize

TargetedSegmentListOptimizerFunction Properties

The TargetedSegmentListOptimizerFunction type exposes the following members.

Properties
  NameDescription
Public propertyDifferenceMethod
Gets or sets how the default numerically computed derivatives of this function should be computed.
(Inherited from OptimizerMultivariableFunction.)
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
(Overrides OptimizerMultivariableFunctionIsThreadSafe.)
Public propertyPerturbationValues
Gets or sets the values to use to perturb the variables when the derivative is computed numerically. This can be ignored if the concrete function computes its derivative analytically.
(Inherited from OptimizerMultivariableFunction.)
Top
See Also