Skip to main content

A distributed optimization package

Project description

Kodu-Optim

Kodu-Optim is a distributed system designed to leverage Optuna for hyperparameter optimization across multiple compute nodes. It enables efficient and scalable optimization for machine learning models and other computational tasks.

Features

  • Distributed hyperparameter optimization using Optuna.
  • Scalable architecture for large-scale experiments.
  • Easy integration with existing machine learning workflows.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/kodu-optim.git
    cd kodu-optim
    
  2. Install dependencies:

    pip install -r requirements.txt
    

Usage

  1. Start the distributed system:

    python start_distributed.py
    
  2. Define your Optuna study and objective function in your script:

    import optuna
    
    def objective(trial):
        x = trial.suggest_float("x", -10, 10)
        return x ** 2
    
    study = optuna.create_study(direction="minimize")
    study.optimize(objective, n_trials=100)
    
  3. Run your optimization script across the distributed nodes.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kodu_optim-0.1.2.tar.gz (58.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kodu_optim-0.1.2-py3-none-any.whl (27.3 kB view details)

Uploaded Python 3

File details

Details for the file kodu_optim-0.1.2.tar.gz.

File metadata

  • Download URL: kodu_optim-0.1.2.tar.gz
  • Upload date:
  • Size: 58.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.6

File hashes

Hashes for kodu_optim-0.1.2.tar.gz
Algorithm Hash digest
SHA256 1770e81ab44e0ecbb4444b513553d9c7ed51ad5bd5aea60f84313860ec84ca74
MD5 ecec537efbc5250a11951cf3f4cb4808
BLAKE2b-256 f49117dcfacffe542ef9241b089e47f0080caacab1cd845017a0cc7cace11ede

See more details on using hashes here.

File details

Details for the file kodu_optim-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: kodu_optim-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 27.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.6

File hashes

Hashes for kodu_optim-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 cdb44a8a310671bef79fbde5be3f7a223585018d935e0286f2630cdcb1a68e55
MD5 6f45eb9066fbb4b24e7629e648867a32
BLAKE2b-256 5d25bd808fdd69e3d87d5c6df198184d16e3adad6c7b631ec15ac1abfe6dfba5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page