gugarosa / opytimizer

🐦 Opytimizer is a Python library consisting of meta-heuristic optimization algorithms.
https://opytimizer.readthedocs.io
Apache License 2.0
604 stars 41 forks source link

[NEW] #31

Closed tumu1234 closed 2 years ago

tumu1234 commented 2 years ago

Dear author Hello, I want to use chaotic mapping to improve the initial amount of intelligent evolutionary algorithm, but can not start, do you have any suggestions。 I look forward to your suggestion。

gugarosa commented 2 years ago

Hello @tumu1234 ! I hope everything is going well with you.

I am not sure if I follow your question, but you can use the Darcy Optimization Algorithm: https://github.com/gugarosa/opytimizer/blob/master/opytimizer/optimizers/misc/doa.py

It is already an evolutionary algorithm that uses chaotic maps.

Thank you and best regards, Gustavo.