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.27k stars 991 forks source link

modify ackley function #184

Closed MagicGao98 closed 2 years ago

MagicGao98 commented 2 years ago

In sko/demo_func.py, the Ackley function is wrong. I have modified the Ackley function, according to https://en.wikipedia.org/wiki/Test_functions_for_optimization.

codecov[bot] commented 2 years ago

Codecov Report

Merging #184 (3de0641) into master (1123951) will decrease coverage by 0.37%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #184      +/-   ##
==========================================
- Coverage   91.80%   91.42%   -0.38%     
==========================================
  Files          18       18              
  Lines         488      490       +2     
==========================================
  Hits          448      448              
- Misses         40       42       +2     
Impacted Files Coverage Δ
sko/demo_func.py 23.63% <0.00%> (-0.90%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1123951...3de0641. Read the comment docs.