ruck
ruck copied to clipboard
🧬 Modularised Evolutionary Algorithms For Python with Optional JIT and Multiprocessing (Ray) support. Inspired by PyTorch Lightning
Results
2
ruck issues
Sort by
recently updated
recently updated
newest added
Get documentation up, running and hosted! - automatic documentation generation from docstrings - actually update function and library docstrings
documentation
Currently all algorithms extend from `EaModule`, often various similarities exist in implementations and code is repeated. Helper functions, subclasses of EaModule or maybe even mixins might be worth investigating. eg....
enhancement