Click or drag to resize

IConstraintDefinition Interface

Interface for constraint definitions

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IConstraintDefinition

The IConstraintDefinition type exposes the following members.

Methods
 NameDescription
Public methodCheckTest whether constraint is satisfied
Public methodUpdate Find a beta so that a new solution = old solution + beta * direction satifies the constraint
Top
Remarks

Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved. See http://www.dnAnalytics.net for details.

Adopted to Altaxo (c) 2005 Dr. Dirk Lellinger.

See Also