IK solver algorithm fminconsqp performance (2025a prerelease)

조회 수: 4 (최근 30일)
Martin
Martin 2025년 3월 31일
답변: Karsh Tharyani 2025년 4월 17일
Hello everyone,
I've been testing 2025a prerelease matlab version's new IK solver algorithm fminconsqp with default parameters, but BFGS with random restart enabled (while keeping other parameters default) still seems more powerful.
Am I missing something? I can’t quite figure out the advantage of this new solver.
Thanks in advance!

채택된 답변

Maneet Kaur Bagga
Maneet Kaur Bagga 2025년 4월 2일
Hi,
As per my understanding "fminconsqp" solver does not support random restart therefore it is prone to a local minima. Turning off the random restart in "BFGS" gives comparable results with both of them.
Hope this helps!

추가 답변 (1개)

Karsh Tharyani
Karsh Tharyani 2025년 4월 17일
Aside from what @Maneet Kaur Bagga mentioned, the solver also should solve the Inverse Kinematics or Generalized Inverse Kinematics problems in a fewer number of iterations and should generally be faster when a solution exists.
If you find this otherwise, please do not hesitate reach out to Technical Support https://www.mathworks.com/support/contact_us.html with your queries/concerns.
Best,
Karsh

카테고리

Help CenterFile Exchange에서 Robotics에 대해 자세히 알아보기

태그

제품


릴리스

R2024b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by