what is the best choice?
1 回表示 (過去 30 日間)
古いコメントを表示
I have the problem for discrete values of decision variables, a real coded genetic algorithm or a Binary coded genetic algorithm is good ?
0 件のコメント
採用された回答
Walter Roberson
2018 年 3 月 20 日
It depends on what you are calculating.
You should have a look at https://www.mathworks.com/help/optim/ug/mixed-integer-linear-programming-algorithms.html
3 件のコメント
Walter Roberson
2018 年 3 月 20 日
For the purposes of particle swarm algorithms, a population is a collection of particles, each of which has a vector of values of decision variables, along with velocities, and typically also information about the "cost" of that vector, and perhaps also information about which generation the particle was created in. For genetic algorithms a population is similar but would not have a "velocity" for each entry.
その他の回答 (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!