Hyperparam optimization by genetic algorihtm Simple implementation of an genetic algo for evolve a set of hyperparams evaluated by a score function.
import hyperparam_ga as hga
ga.main.sample_nmist(10, 5, 5, 'sample.txt')
import hyperparam_ga as hga
ga.main.sample_nmist_parallel(10, 5, 5, 'sample.txt')
mpirun -np 10 python3 example.py