I cant find GA Optimization in 2018 Matlab
Show older comments
I downloaded the new version of 2018 MATLAB and I cant find GA optimization as before. Would you please help.
5 Comments
Cesar Antonio Lopez Segura
on 3 Sep 2018
In new version the command is:
options = optimoptions('ga','Param1', value1, 'Param2', value2, ...);
Yaser Khojah
on 3 Sep 2018
Edited: Yaser Khojah
on 3 Sep 2018
Yaser Khojah
on 3 Sep 2018
Star Strider
on 3 Sep 2018
What is the result of using the
ver
command?
Run it from a script or in your Command Window.
Yaser Khojah
on 3 Sep 2018
Edited: Star Strider
on 3 Sep 2018
Accepted Answer
More Answers (0)
Categories
Find more on Surrogate Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!