gmontamat / gentun

Hyperparameter tuning for machine learning models using a distributed genetic algorithm
Apache License 2.0
83 stars 22 forks source link

CnnX0 implementation #38

Closed jedrzejpolaczek closed 1 year ago

gmontamat commented 1 year ago

Hi! Thanks for this contribution! I'll have time in Feb to work on some bugfixes for gentun, will gladly look forward to merging this too

jedrzejpolaczek commented 1 year ago

Hi! Thanks for this contribution! I'll have time in Feb to work on some bugfixes for gentun, will gladly look forward to merging this too

Hi! Sorry for trouble! I am still working to add NSGA-Net, I will create new PR after I finish :)

jedrzejpolaczek commented 1 year ago

gmontamat may I please for contact information? I would like to contribute to your repository and discuss what I want to contribute and how to do it in the best way :) My contact e-mail: jedrzej.polaczek@gmail.com

gmontamat commented 1 year ago

hi @jedrzejpolaczek I'll reach you out.

There's a roadmap to bring this library up to date: https://github.com/users/gmontamat/projects/1

Most important changes will be to update the branching strategy to GitFlow (so you would PR to develop not main), use of Redis instead of RabbitMQ for client-worker coordination, package it as a proper python lib and offer docker images for ease of deployment.