D-K-E / graphical-models

Probabilistic Graphical Models from Scratch with support for LWF Chain Graphs
GNU General Public License v3.0
4 stars 2 forks source link

Separate pgmodel to ops and data #31

Open D-K-E opened 9 months ago

D-K-E commented 9 months ago

The pgmodel.py contains a model with a lot of methods that modify state. They need to be separated into type/ops like rest of the system.