TheodoreEhrenborg / mercantilism

MIT License
0 stars 0 forks source link

Clean up bayesian.py #5

Closed TheodoreEhrenborg closed 5 years ago

TheodoreEhrenborg commented 5 years ago

Currently bayesian.py is messy. For example, I have four versions of the main method, and I am using main4. I can delete the unnecessary methods -- but I might want to keep methods that think differently, like the 2^n dimensional method.

TheodoreEhrenborg commented 5 years ago

The module bayesian.py is going to stay messy until I can get it to consistently work.

TheodoreEhrenborg commented 5 years ago

I am going to do my work in c_bayesian.pyx from now on.