You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow both objective and solution sensitivities in reverse mode (#338)
* allow both obj and sol sens in reverse mode
* format
* reset param value after fd
* update for objective `x -> 2x`
* re-optimize as well
* attr
* update test
* update attr
* format
* remove get before set test
* try to fix the issue with julia 1.6
* support 1.6
https://docs.julialang.org/en/v1.6/stdlib/Test/#:~:text=Use%20%40test%5Flogs%20instead
* test lts instead of 1.6
* remove begin
msg ="Computing reverse differentiation with both solution sensitivities and objective sensitivities. Set `DiffOpt.AllowObjectiveAndSolutionInput()` to `true` to silence this warning."
0 commit comments