A meta-learning paradigm that applies genetic algorithms to optimize the hyperparameters of genetic algorithms.
The "child" GA solves TSP from the TSPLIB dataset in this case, but it can also solve any other problem.
Team of three: SW Li, PY Tsai, YS Liao
python Parent_GA.py
A parameter optimizer for Child_GA_TSP.py using genetic algorithm
A TSP solver using genetic algorithm, wrapped with a configurable hyperparameter setting.
Utility for loading TSP maps. TSP maps are from TSPLIB dataset.
A Chinese report including methodology and experiment results.
A 10-minute presentation slide.