ITrustRegionSubproblemSolve Method |
Solves the trust-region subproblem.
Namespace: Altaxo.Calc.Optimization.TrustRegionAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid Solve(
IObjectiveModel objective,
double radius
)
Parameters
- objective IObjectiveModel
- The objective model.
- radius Double
- The trust-region radius.
See Also