7ossam81 / EvoloPy

EvoloPy toolbox provides classical and recent nature-inspired metaheuristic for the global optimization.
Apache License 2.0
446 stars 222 forks source link

BAT Optimization Algorithm #60

Open RamziAI opened 3 years ago

RamziAI commented 3 years ago

Hello everyone. When I try to use BAT to optimizers such as Ackley and Rastrigin and ext., I don't get the result near to 0. For example for the Ackley function, with 2000 iterations I get 18, compared with other algorithms(for example with GWO), by using them I get approximately 0. What can be the issue? Thanks in advance.

ShahidHasib586 commented 2 years ago

with

Can I see your code?