Constraint dependent in mutatuon

9 ビュー (過去 30 日間)
Shoaib Km
Shoaib Km 2017 年 7 月 8 日
回答済み: hoofar hemmatabady 2021 年 1 月 8 日
Can anyone help me with description about "constraint dependent" for mutation in GA optimization?

回答 (2 件)

Alan Weiss
Alan Weiss 2017 年 7 月 10 日
I'm not sure what you want to know. The built-in mutationadaptfeasible function is briefly described here:
"Adaptive Feasible (mutationadaptfeasible), the default mutation function when there are constraints, randomly generates directions that are adaptive with respect to the last successful or unsuccessful generation. The mutation chooses a direction and step length that satisfies bounds and linear constraints."
In other words, the mutation strictly satisfies bounds and linear constraints. It does not attempt to satisfy nonlinear constraints. It satisfies the bounds and linear constraints by internally using a QR algorithm to generate trial points along the active set boundary and then checking for feasibility of the resulting steps to ensure that all constraints remain satisfied. You can read the code by entering
edit mutationadaptfeasible
Alan Weiss
MATLAB mathematical toolbox documentation
  1 件のコメント
Muhammad Tayyab
Muhammad Tayyab 2017 年 11 月 16 日
編集済み: Muhammad Tayyab 2017 年 11 月 16 日
then what about nonlinear constraints, as you said that it does not attempt to satisfy nonlinear constraints. In my case, all of my constraints are nonlinear, then what should I understand about the constraint dependent mutation in this case? how can I define in my article that how mutation operator worked in my case?

サインインしてコメントする。


hoofar hemmatabady
hoofar hemmatabady 2021 年 1 月 8 日
Hi,
So the mutation process is completely random and it is not like ga (Vary Mutation and Crossover - MATLAB & Simulink (mathworks.com)), in which 'MaxStallGenerations', shrink and scale define the mutation procedure?
Does 'MaxStallGenerations' have an effect on the mutation prcocess of Gamutiobj as well?
Thank you in advance
Best regards

カテゴリ

Help Center および File ExchangeSolver Outputs and Iterative Display についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by