gmontamat / gentun

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

Share train data between controller and worker nodes #45

Open gmontamat opened 2 weeks ago

gmontamat commented 2 weeks ago

Implement a feature that allows worker nodes to retrieve data from the controller and do the hyperparameter tuning with that data.