Info

この質問は閉じられています。 編集または回答するには再度開いてください。

i need help in optimization toolbox

1 回表示 (過去 30 日間)
Mohdd Oun
Mohdd Oun 2019 年 3 月 7 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
hi all
how i can show the steps one by one in optimization toolbox with genetic algorithm?
for more explanation i already wrote script for multi-objective optimization with genetic algorithm but i am using toolbox to get final result
but now i need to show the coding and encoding and chromosomes
which already implicit in toolbox
any one have experience in that can help me
thanks in advance
  1 件のコメント
John D'Errico
John D'Errico 2019 年 3 月 7 日
編集済み: John D'Errico 2019 年 3 月 7 日
I don't think you can get information at that much depth about the algorithm as it is running. If you really need that much, I think you will need to write a genetic code yourself. Yes, you can certainly get the history of points as generated, and there is much you can do with an outputfcn. But if you want to know the exact steps that produced each set of parameters in each sample, I think that goes beyond what is offered in the code.

回答 (1 件)

Alan Weiss
Alan Weiss 2019 年 3 月 8 日
It is possible that the documentation has enough detail for your purpose:
Alan Weiss
MATLAB mathematical toolbox documentation

Community Treasure Hunt

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

Start Hunting!

Translated by