Skip to content

Releases: mlliarm/mixmax-py

v.0.0.1-prerelease

17 Jan 06:34
Compare
Choose a tag to compare
v.0.0.1-prerelease Pre-release
Pre-release

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.