rueberger / MJHMC

Python implementation of Markov Jump Hamiltonian Monte Carlo
GNU General Public License v2.0
24 stars 5 forks source link

Fix package structure #2

Open rueberger opened 8 years ago

rueberger commented 8 years ago

Some major refactoring of the package structure is necessary.

A big issue is that the current import configuration is slow as it loads all modules in the package if you try to import any one module.

I think that something like the numpy package structure is desirable - or maybe with aggressive refactoring we can package this as a barebones plug-and-play module?

What do we want this to be?