Does matlab have a toolbox related to Genetic programming?

I need to use some algorithms of python's GPlearn, but I don't know python
Can matlab handle it?

 Accepted Answer

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

1 Comment

It seems that I can only use matlab to call python to solve this problem

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!