Usage¶
Quick Start¶
To begin using neuroptimiser, follow these steps:
Clone the Repository:
git clone https://github.com/neuroptimiser/neuroptimiser.git cd neuroptimiser
Create and Activate a Virtual Environment:
python3 -m venv .venv source .venv/bin/activate
Install Dependencies:
pip install -r requirements.txt
Note
Once neuroptimiser is available on PyPI, you will be able to install it directly using:
pip install neuroptimiser
Examples¶
Explore the following examples to understand how to utilise neuroptimiser:
Further Reading¶
For more detailed information, refer to the following sections: