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.31k stars 992 forks source link

A mistake in sa document and example code #199

Closed LiSheng2001 closed 1 year ago

LiSheng2001 commented 2 years ago

Use "sa_fast.best_y" in the example of "sa_boltzmann". It maybe a mistake and should use "sa_boltzmann.best_y".

guofei9987 commented 1 year ago

Thank you!