1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/fclasses/bug30492
aml bf8b7e08f1 0030492: Foundation Classes - math_BFGS fails if starting point is exactly the minimum
Fix affects BFGS optimization methods by checking convergence as the first step on each iteration. FRPR works well, but it is updated as well since its logic potentially dangerous.
2022-06-09 20:34:57 +03:00

9 lines
170 B
Plaintext

puts "============"
puts "0030492: Foundation Classes - math_BFGS fails if starting point is exactly the minimum"
puts "============"
puts ""
pload QAcommands
OCC30492