mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0029858: Modeling Data - Regression in GeomAPI_ExtremaCurveCurve
Fix Newton's minimum projection algorithm onto boundaries in case of conditional optimization. Add possibility to detect several optimal points at initialization of the math_GlobOptMin.
This commit is contained in:
@@ -232,6 +232,13 @@ private:
|
||||
//! Check presence of thePnt in GlobOpt sequence.
|
||||
Standard_Boolean isStored(const math_Vector &thePnt);
|
||||
|
||||
//! Check and add candidate point into solutions.
|
||||
//! @param thePnt Candidate point.
|
||||
//! @param theValue Function value in the candidate point.
|
||||
void checkAddCandidate(const math_Vector& thePnt,
|
||||
const Standard_Real theValue);
|
||||
|
||||
|
||||
// Input.
|
||||
math_MultipleVarFunction* myFunc;
|
||||
Standard_Integer myN;
|
||||
|
Reference in New Issue
Block a user