フィルターのクリア

Genetic algorithm optimization using toolbox

1 回表示 (過去 30 日間)
Johan Johan
Johan Johan 2018 年 4 月 17 日
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 Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by