flow shop scheduling problem using genetic algorithm in MATLAB
6 ビュー (過去 30 日間)
古いコメントを表示
I tried a flow shop scheduling problem using genetic algorithm in MATLAB optimization tool box. I tried on a sample of 5 jobs, 3 machines flow shop scheduling problem using genetic algorithm. I am getting the right answer for the best indidual in the population . But I am not getting convergence even after 100 generations. I used the following data of processing times.[8,10,6,7,11;5,6,2,3,4;4,9,8,6,5].I am getting the Cmax(make span) as 51. I used the permutation crossover and permutation mutation operators and creation_permutation.m data type. please guide me.If I get convergence for small problems like this one, I can extend my work to a practical real world problem. please guide me.
11 件のコメント
HAMOUTA Firdaws
2021 年 4 月 15 日
I need halp my problem is scheduling parallel flow shop using genetic algorithem
回答 (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!