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)

Home Page:https://scikit-opt.github.io/scikit-opt/#/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

would you mind add more output parameter to AFSA?

followermaster opened this issue · comments

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?