artofscience / SAOR

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

Example implementation: MMA using existing intervening variables. #102

Closed MaxvdKolk closed 2 years ago

MaxvdKolk commented 3 years ago

This implements the idea discussed in #99 regarding the implementation of MMA using the other Intervening classes. At the moment, this is just an example how it might look and to use as point to continue our previous discussion.

All tests pass, but not sure if they pick this up in detail yet... So, regardless how we end up implementing MMAp, we might use this to extend the related tests :}

MaxvdKolk commented 3 years ago

The latest commit is very much work in progress and only illustrates the discussed layout. I'll clean it up when we figure out the structure of these classes :+1: