gmontamat / gentun

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

Fix issues with distributed algorithm #6

Closed gmontamat closed 6 years ago

gmontamat commented 6 years ago

Now worker nodes receive an individual plus the required data instead of just the model (this is to generalize for more models just using the get_fitness method). Several issues with the distributed populations were fixed and now the distributed version of Genetic CNN on MNIST handwritten data is fully implemented.