When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
Here are areas that can be improved in this library:
- Add genes and models to support more paper implementation
- Add a method to share the training data between the controller node and workers
- Add some type of proof-of-work validation for workers
You can also help us speed up hyperparameter search by contributing your spare GPU time.
There was a major refactor of this library in 2024, the old version is still available in
the old
branch. Some cool forks added
features to this release.
- Ensure your branch is linted with
black
andisort
using the pyproject.toml configurations. - Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
- Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.
- Use The Conventional Commits specification in your PR title and description.