artofscience / SAOR

Sequential Approximate Optimization Repository
GNU General Public License v3.0
5 stars 1 forks source link

Remove dx/dy functions #54

Closed aatmdelissen closed 3 years ago

aatmdelissen commented 3 years ago

The dx/dy and d2x/dy2 functions are not required, as they can be calculated from dy/dx and d2y/dx2. reference: http://www.math-principles.com/2014/03/second-derivative-problems-reciprocal.html

MaxvdKolk commented 3 years ago

I suppose we can implement that function in a general way on the (abstract) base class such that it is directly available in any derived class.