Installation

To install GenML, simply run the following command in your Python environment:

pip install -U genml

The latest version of GenML leverages parallel acceleration, which significantly improves performance. This is achieved using the numpy library’s inherent capabilities for parallel operations. Therefore, we recommend using the latest version for optimal performance.

Requirements

This software requires Python version 3.6 or higher, along with the following Python libraries:

  • numpy >= 1.16.0

  • tqdm >= 4.29.1

  • scipy >= 1.2.0

  • matplotlib >= 3.0.2

  • multiprocess >= 0.70.12