Open CASCADE Technology 6.6.0
|
#include <GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox.hxx>
Public Member Functions | |
GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox (math_MultipleVarFunctionWithGradient &F, const math_Vector &StartingPoint, const Standard_Real Tolerance3d, const Standard_Real Tolerance2d, const Standard_Real Eps, const Standard_Integer NbIterations=200) | |
virtual Standard_Boolean | IsSolutionReached (math_MultipleVarFunctionWithGradient &F) const |
This method is called at the end of each iteration to check if the solution is found. It can be redefined in a sub-class to implement a specific test to stop the iterations. |
GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox::GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox | ( | math_MultipleVarFunctionWithGradient & | F, |
const math_Vector & | StartingPoint, | ||
const Standard_Real | Tolerance3d, | ||
const Standard_Real | Tolerance2d, | ||
const Standard_Real | Eps, | ||
const Standard_Integer | NbIterations = 200 |
||
) |
virtual Standard_Boolean GeomInt_Gradient_BFGSOfMyGradientbisOfTheComputeLineOfWLApprox::IsSolutionReached | ( | math_MultipleVarFunctionWithGradient & | F | ) | const [virtual] |
Reimplemented from math_BFGS.