artofscience / SAOR

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

Added the MultiPointTaylorExpansions in `taylor.py`. #77

Closed Giannis1993 closed 3 years ago

Giannis1993 commented 3 years ago

This PR includes changes in the taylor.py file. I have added 2 MultiPoint Taylor expansions that (in addition to the 1st-order conditions) satisfy:

Giannis1993 commented 3 years ago

Made another one where I corrected the imports according to @MaxvdKolk's input.