Click or drag to resize

ITrustRegionSubproblemSolve Method

Solves the trust-region subproblem.

Namespace: Altaxo.Calc.Optimization.TrustRegion
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void Solve(
	IObjectiveModel objective,
	double radius
)

Parameters

objective  IObjectiveModel
The objective model.
radius  Double
The trust-region radius.
See Also