Click or drag to resize

ITrustRegionSubproblem Interface

Defines a trust-region subproblem solver.

Namespace: Altaxo.Calc.Optimization.TrustRegion
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ITrustRegionSubproblem

The ITrustRegionSubproblem type exposes the following members.

Properties
 NameDescription
Public propertyHitBoundary Gets a value indicating whether the trust-region boundary was hit.
Public propertyPstep Gets the computed trust-region step.
Top
Methods
 NameDescription
Public methodSolve Solves the trust-region subproblem.
Top
See Also