Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
7234 Discussions

How to use the Trust Region solver when Jacobian is free to evaluate

Andrew_Smith
Valued Contributor I
1,415 Views

My calculation of F(x) yields F'(x) for no additional cost in computation because I use AD. So when the solver asks for an F(x) update, is it OK to update F'(x) at the same time and ignore subsequent calls to upate F'(x) ?

We would need to be sure that x has not changed when the F'(x) update is requested.

If we can do this, it will be a considerable performance improvement of about 25% in my case.

If yes, please add this to the documentation.

0 Kudos
1 Solution
Gennady_F_Intel
Moderator
1,290 Views

yes, You could ignore the subsequent calls to update F'(x).


View solution in original post

0 Kudos
3 Replies
PrasanthD_intel
Moderator
1,384 Views

Hi Andrew,

 

Thanks for reaching out to us.

We are forwarding this issue to the Subject Matter Experts, they will get back to you soon.

 

Regards

Prasanth

 
Gennady_F_Intel
Moderator
1,291 Views

yes, You could ignore the subsequent calls to update F'(x).


0 Kudos
Gennady_F_Intel
Moderator
1,288 Views

The issue is closing and we will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.



0 Kudos
Reply