Closed TheodoreEhrenborg closed 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.
The module bayesian.py is going to stay messy until I can get it to consistently work.
I am going to do my work in c_bayesian.pyx from now on.
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.