Click or drag to resize

ParameterOptimizer.Equalities Property

Gets the equality constraint settings corresponding to the results computed by the Function. If the CostFunction is null, 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: 25.1.421.0 (25.1.421.0)
Syntax
public IList<SolverConstraintSettings> Equalities { get; }

Property Value

Type: IList<SolverConstraintSettings>
See Also