Releases: mlliarm/mixmax-py
Releases · mlliarm/mixmax-py
v.0.0.1-prerelease
Basic features
- Two parameter system reproduces most of the results of the cited paper.
- The three parameter system is pretty much useless.
- Type hints have been added.
TODO
- Add tests with pytest.
- Use typer for the CLI API.
- Add docstrings in all the functions.
- Clean useless comments.
- Use the eigenvalues to produce PRNs as the C++ version does.
- Comparison in runtime and results with the official C++ version.