MATLAB: Genetic algorithm

genetic algorithmGlobal Optimization Toolbox

I need to use genetic algorithm to find the weight vector to optimize the array pattern. I need help to do this. but, i new to the genetic algorithm method. can anyone help or guide me.

Best Answer

Here are some links to get you started:
Genetic Algorithm Examples from the Mathworks
A nice Chapter: Teaching Genetic Algorithm using MATLAB (old but will explain the concepts)
Related Question