genetic algorithm
1 回表示 (過去 30 日間)
古いコメントを表示
I am developing a project based on ga and from the result i should claim that method with ga is best. The output shows the value of Best fitness and Mean values. Terms like stall and generation also.
How can i confirm that my method is best from those values mentioned above and whats the definition for stall, generation.
2 件のコメント
Walter Roberson
2012 年 6 月 13 日
ga probably is not the best approach for your project. But you can go ahead and *claim* that it is the best, as long as you understand that your project will not be good science.
Hans
2012 年 6 月 14 日
you cannot claim that from these values because they basically just show the result of the algorithm. a stall generation is one in which the algorithm did not improve
回答 (1 件)
ibrahim
2014 年 8 月 6 日
My project is based on developing a genetic algorithm for path planning of autonomous vehicle and i dont know where or how to start. Can somebody please give some directions on how to go about it?
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!