Custom Output Function for Genetic Algorithm
3 ビュー (過去 30 日間)
古いコメントを表示
hi
I want a way to change the outside signal of every iteration in the GA
0 件のコメント
回答 (1 件)
Walter Roberson
2021 年 2 月 4 日
The mechanism for this is that for ga(), output functions are permitted to change the state and return the new state.
However the documentation warns that the algorithm can be unstable if you use the output function to change the state. The recommendation is to instead use the MutationFcn (or CrossoverFcn) to return new population members. The rules do not block you from "mutating" all population elements.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Genetic Algorithm についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!