artofscience / SAOR

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

Zero order terms computed once per design iteration #84

Closed Giannis1993 closed 3 years ago

Giannis1993 commented 3 years ago

According to @aatmdelissen suggestion in #83, I changed taylor.py so that both Taylor1 and Taylor2 gather all 0th order terms and compute them only once per design iteration.