BatAlgorithm
BatAlgorithm copied to clipboard
Query about Loudness and pulse rate
I think every bat should have its own pulse rate and loudness. Here only one loudness and pulse rate is there. And that loudness should change Anew = αAold and r = r[1 - exp(-γt)]
Hi @spcoder199 ,
This BA implementation is based on original publication. Anyway, you can propose your new variant.
You can also use more robust framework: https://github.com/NiaOrg/NiaPy
Can you explain what def init_bat does actually? I don't seem to see this one tally according to the original pseudo-code. Also for def simplebounds where does val comes from? What is val? Its not fitness value right? I hope you can enlighten me on this matter. Thanks!
hi, can you explain what the final output is about? what does it denote. I am not able to understand what the final print statement is outputting. Is it minimizing the given function?