GA optimoptionでCreationFcnを指定した場合の初期値生成関数の戻り値
1 view (last 30 days)
Show older comments
Global Optimization ToolboxのoptimoptionでCreationFcnを指定し初期値を生成する場合、 初期値生成関数の戻り値のデータ型としてはどのようなデータ型を用いれば良いのでしょうか?
option.PupulationSizeの要素数を持つcell配列でしょうか、ただの配列でしょうか。
宜しくお願いいたします。
0 Comments
Accepted Answer
michio
on 4 Apr 2018
cell 配列ではない数値配列(double 型)で試されるのがよいかと思います。
edit gacreationuniform
や
edit gacreationlinearfeasible
で事前に用意されている CreationFcn を確認できますので参考にしてみてください。
More Answers (0)
See Also
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!