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 related to the distributed algorithm #7

Closed gmontamat closed 6 years ago

gmontamat commented 6 years ago

These fixes improve compatibility with RabbitMQ. Now the master node can be run before the workers are started. User permissions can be different for the master and worker nodes for better security.