MATLAB: Mutation function with integer variables GA

gaGlobal Optimization Toolboxintegermixedoptimization

Hi, I'm trying to use ga function. But I'm having trouble because i can't change parameter in the mutation function (gets override if i change something) Does Someone know any trick to deal with it? Best regards,

Best Answer

As the documentation states, GA overrides any mutation function you give when you have integer constraints. The only way I know to change this behavior is to edit the GA function. I suggest you make a copy, and not edit the source file directly.
I am curious to know in what way the current mutation function is unsatisfactory.
Good luck,
Alan Weiss MATLAB mathematical toolbox documentation