guofei9987 / scikit-opt

Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
https://scikit-opt.github.io/scikit-opt/#/en/
MIT License
5.3k stars 989 forks source link

would you mind add more output parameter to AFSA? #188

Open followermaster opened 2 years ago

followermaster commented 2 years ago

Hi Fei, I am now learning to use the scikit-opt now, and I found the output parameter of AFSA is limited. If possible, would you mind adding more output parameters to AFSA such as ga.generation_best_Y and ga.generation_best_X?