Closed ArioBattolla closed 5 years ago
You do not see anything related to derivatives computation themselves as it is not in the scope of SMT. Regarding derivatives computation it depends on which level of control you have on the numerical model you want to differentiate. Indeed if it is a black box you are good to go with finite-differentiation.
You can find a review of derivatives computation methods in this paper. Regarding tools supporting derivative computations, I use OpenMDAO .
Hi, I have read your documentation and gradient-enhanced KPLS models seem really promising. However I did not see any function in your documentation that enables to compute training derivatives to feed into the model. In a general problem, how can I do that? Using finite differencing? Do you have any external code, source that you can suggest me to compute gradients? Thank you very much.