simsopt icon indicating copy to clipboard operation
simsopt copied to clipboard

Standalone derivative evaluation

Open mbkumar opened this issue 1 year ago • 2 comments

In the functions taylor_test1 and taylor_test2 in tests/geo/test_surface_objectives.py, the function f has to be called with input x before evaluating derivatives through calls to df. Why are the calls to the function, f necessary before calling df?

mbkumar avatar Oct 31 '23 13:10 mbkumar