Click or drag to resize

ProjectionResult Class

Result of a projection onto the feasible set.
Inheritance Hierarchy
SystemObject
  Altaxo.Calc.OptimizationProjectionResult

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public class ProjectionResult

The ProjectionResult type exposes the following members.

Constructors
 NameDescription
Public methodProjectionResultInitializes a new instance of the ProjectionResult class
Top
Properties
 NameDescription
Public propertyActiveConstraintIndices Indices of active constraints at the solution, in the merged system: [0 .. nEq-1] → equality rows (always active) [nEq .. nEq+nLeq-1] → inequality rows (C·x <= d), active when binding
Public propertyConstrainedParameterIndicesIndices of parameters touched by at least one active constraint.
Public propertyFixedParameterIndicesIndices of parameters that are fixed to a single value throughout the feasible set.
Public propertyFixedValues For each parameter index: the value to which the parameter is fixed throughout the whole feasible set, or if it is not fixed.
Public propertyFreeParameterIndicesIndices of parameters touched by no active constraint.
Public propertyIsConstrained For each parameter index: true if it is influenced by at least one active constraint at the projection solution.
Public propertyParametersThe projected (feasible) parameter vector.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also