Genetic algorithm optimization using toolbox

2 次查看(过去 30 天)
I want to optimize vector of complex coefficient (Contains negative values),
but I wonder how can i chose the right tools .
I proposed this tools :
Population representation and initialization : l used '' crtrp '' (given size of random real-values),
Fitness function : because i have a negative value i excluded use ''scaling'' method
( is not recommended when fitness functions produce negative results) ,so i used ''ranking''method,
Selection functions: I am confused Which methods are suitable(reins, rws, select, sus),
Crossover operators: i suggest ''recint'' method (because to support real-valued chromosome representations),
Mutation operators: i suggest 'mutbga' (real-value is available),
Could you please provide your opinion regarding this steps? If the steps are correct,
what condition should the objective function have to fit with these steps?
or is available with any objective function?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Genetic Algorithm 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by