MATLAB: What is the crossover method for solving real coded genetic algorithm in Global Optimization Toolbox

cross over methodgaGlobal Optimization Toolbox

Hello,
I am using ga in Global Optimization Toolbox to solve the optimization problem including real values.
I want to know the details of ga. What is the crossover method for solving real coded genetic algorithm, for example UNDX or BLX. I found the documentation how to deal with the nonlinear constraint but cannot find it regarding the crossover method.

Best Answer

The documentation contains the following:
How the Genetic Algorithm Works which talks about crossover in general.
Crossover Options which discusses the details of crossover.
Alan Weiss
MATLAB mathematical toolbox documentation
Related Question