Click or drag to resize

CostFunctionSettings Properties

The CostFunctionSettings type exposes the following members.

Properties
  NameDescription
Public propertyGoal
Gets or sets a value indicating whether the cost function is supposed to be minimized or maximized.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyIsThreadSafe
Gets a value indicating whether the methods on this instance are safe to call from multiple threads simultaneously.
Public propertyName
Gets or sets an optional name for this cost function.
Public propertyScaling
Gets or sets the type of scaling applied to the cost function.
Public propertyTolerance
Gets or sets the tolerance used for determining convergence.
Public propertyWeight
Gets or sets a value multiplied by the cost function to prioritize or de-prioritize it with respect to the constraint errors of any active constraints.
Top
See Also