artofscience / SAOR

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

Dev ise #42

Closed Giannis1993 closed 3 years ago

Giannis1993 commented 3 years ago

Contains 2 main enhancements:

A. The multi-point approximations SphericalTaylor2 and NonSphericalTaylor2 in https://github.com/artofscience/sao/blob/dev-ISE/sao/approximations/taylor.py

B. A module for plotting in https://github.com/artofscience/sao/blob/dev-ISE/sao/util/plotter.py. This file includes 2 classes, i.e. Plot for live-plotting of responses and Plot2 that plots pairs of g_j-x_i, which helps in finding appropriate y_i(x_i).

I have made them work, but I guess they could use some more experienced polishing!

Giannis1993 commented 3 years ago

@artofscience @aatmdelissen @MaxvdKolk I implemented most of the input you gave. Can you fetch the dev-ISE so we can discuss on that?