Usage

Quick Start

To begin using neuroptimiser, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/neuroptimiser/neuroptimiser.git
    cd neuroptimiser
    
  2. Create and Activate a Virtual Environment:

    python3 -m venv .venv
    source .venv/bin/activate
    
  3. 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: