flow shop scheduling problem using genetic algorithm in MATLAB
이전 댓글 표시
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
Vigneshwar Pesaru
2017년 4월 11일
Yes,I can guide you.
Instead of using the optimization tool box,you use my codes.As I have done for pure flowshop problem.
imen boujnah
2018년 1월 15일
i have searched your Genetic algorithm matlab code for permutation flowshop scheduling but i didn't find it.
Jan
2018년 6월 5일
[MOVED from flags] JINOY JACOB wrote:
I'm trying to solve flowshop scheduling problem with availability constraints on machines , by genetic algorithm using MATLAB . Please help me .
@JINOY JACOB: Please use flags only to informs admins and editors about inappropriate content like spam or rudeness. Thanks.
Jan
2021년 4월 13일
@fathi zahou: The nature of this forum is sharing problems and solutions. Contacting persons by email is not useful for this purpose. Publishing your email address here will increase the number of spams you get. So I recommend to delete your comment and post a new question.
fathi zahou
2021년 4월 14일
@fathi zahou: Maybe I can help you. You mention, that you have posted a question. So I assume it would be of your interest to post a link to your question.
fathi zahou
2021년 4월 14일
I am a beginner, however I am sure I have not modified anything, Originally I put one question and nothing more
and this this is its link:
https://www.mathworks.com/matlabcentral/answers/800011-job-shop-with-consraint-of-tronsport?s_tid=srchtitle
Jan
2021년 4월 14일
@fathi zahou: Sorry, this was my mistake. I've confused "fathi" with "faith". I've removed my explaination about removing questions.
fathi zahou
2021년 4월 14일
okay,no problem
i'm really want someone to help me;could u help me and see my quesion,
it's about job shop problem using genetic algorithm on matlab.
I am nervous because I did not find a solution
HAMOUTA Firdaws
2021년 4월 15일
I need halp my problem is scheduling parallel flow shop using genetic algorithem
HAMOUTA Firdaws
2021년 4월 15일
help me pleas
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Genetic Algorithm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!