nlesc-eTAOC / pyTAMS

An implementation of the trajectory-adaptive multilevel splitting (TAMS) method.
https://nlesc-etaoc.github.io/pyTAMS/
Apache License 2.0
0 stars 2 forks source link

Use Protocol to define fmodel interface #2

Closed esclapez closed 3 months ago

esclapez commented 11 months ago

Try using python's Protocol to define the forward model interface.

esclapez commented 3 months ago

Eventually opted for ABC because we need some common tooling in the base class.