MATLAB: How to use a gatool in the Matlab 2014a

genetic algorithmMATLABoptimization

I'm using Matlab 2014a version.
I want to use genetic algorithm to do optimisation but I couldn't find a GA solver in 'optimtool' GUI and when I try to enter the tool by typing 'gatool' in command window, it returns 'Undefined function or variable 'gatool'.'.
So how can I access GA in my Matlab.

Best Answer

It sounds like you have the Optimization Toolkit installed but not the Global Optimization Toolkit; ga is part of Global Optimization
Related Question