Click or drag to resize

ParameterOptimizerEqualities Property

Gets the equality constraint settings corresponding to the results computed by the Function. If the CostFunction is , there must be at least one constraint set for this optimizer to work.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public IList<SolverConstraintSettings> Equalities { get; }

Property Value

Type: IListSolverConstraintSettings
See Also