Clear Filters
Clear Filters

Does matlab have a toolbox related to Genetic programming?

4 views (last 30 days)
I need to use some algorithms of python's GPlearn, but I don't know python
Can matlab handle it?

Accepted Answer

Walter Roberson
Walter Roberson on 25 Oct 2022
No, MATLAB does not have a toolbox for that purpose.
The Global Optimization Toolbox includes:
both of which are sometimes considered "Evolutionary Algorithms". However, it does not include Ant Search or Grey Wolf Search or similar algorithms.
You can find some of the Evolutionary search algorithms in the File Exchange; see for example https://www.mathworks.com/matlabcentral/fileexchange?q=evolutionary

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!