Click or drag to resize

IConstraintDefinitionUpdate Method

Find a beta so that a new solution = old solution + beta * direction satifies the constraint

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double Update(
	Vector<double> solution,
	Vector<double> direction,
	double beta
)

Parameters

solution  VectorDouble
DoubleVector with current solution vector
direction  VectorDouble
DoubleVector with direction to add to current solution vector
beta  Double
Scale factor representing the size of the step in the direction of 'direction' vector

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Optimization.IConstraintDefinition.Update(Altaxo.Calc.LinearAlgebra.Vector{System.Double},Altaxo.Calc.LinearAlgebra.Vector{System.Double},System.Double)"]

See Also