artofscience / SAOR

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

Combine problem, approximation and intervening_variable classes #139

Closed artofscience closed 2 years ago

artofscience commented 2 years ago

Gentlemen,

Please find the current status of this branch.

I think I get quite far, e.g. Taylor1(Exponential(p=-1)) gives good function values and sensitivities.

Now I would like to test Taylor1(Rec(Rec())), which should be the same as Taylor1(Lin()).

Here the current status of the code breaks down.

Any clues?

artofscience commented 2 years ago

just to clarify: indeed ALL old classes are still available in the branch. It did not update them as I use them to compare. Bascially mapping.py contains a whole new implementation with classes independent of the rest.