StateSpaceModels / ssm

Inference for State Space Models like playing with duplo blocks
GNU General Public License v3.0
25 stars 16 forks source link

more decoupling: refactoring python code #7

Open sballesteros opened 10 years ago

sballesteros commented 10 years ago

Cmodel.py, Ccoder.py and Builder.py are a weird implementation of the Model–view–controller pattern. Let's be more direct and refactor so that each templated C source file has it's own view. Like that supporting custom code on the C side will be way easier.