Job-Shop-Scheduling-Genetic-Algorithm icon indicating copy to clipboard operation
Job-Shop-Scheduling-Genetic-Algorithm copied to clipboard

Change the objective

Open jpfnunes opened this issue 9 years ago • 7 comments

Hi,

How can change/add a new performance index to minimize, as not only time but also the cost of machines per hour.

Thanks.

jpfnunes avatar Oct 20 '16 12:10 jpfnunes

Hi jpfnunes,

If you want to create your own objective using cost, first you need to create a machine-cost data using 2D array or something. Then you should change the FitValue to TotalCost function instead of Makespan which is currently exist. To calculate the TotalCost, what you need is the total working time of each machines separately. So by multiplying the total time by the cost and summing the results, you get the TotalCost.

aalitor avatar Oct 20 '16 23:10 aalitor

Hi aalitor,

is it possible to set a fixed starttime to some processes? I want to have real jobs and "free space jobs" that come from a calendar. So these spare/free/pause jobs are not allowed to be moved/optimized.

Thanks, Boontog

Boontog avatar Jul 06 '17 11:07 Boontog

Hi aalitor, Here input is processing time of a job ? Is that time in minutes or any slots? Could you please help!

Femina97 avatar Jul 27 '21 03:07 Femina97

Hi aalitor, Here input is processing time of a job ? Is that time in minutes or any slots? Could you please help!

Hi

The time has no specific unit. You can pretend it as what you want as long as they are entered in the same unit.

aalitor avatar Jul 27 '21 18:07 aalitor

Hi aalitor, Here input is processing time of a job ? Is that time in minutes or any slots? Could you please help!

Hi

The time has no specific unit. You can pretend it as what you want as long as they are entered in the same unit.

Thank you so much for your reply. Did you publish article or journal of this project? Could you please share the link

Femina97 avatar Jul 28 '21 07:07 Femina97

Hi aalitor, Could you please help me with the mathematical model and how solved it by genetic algorithm? Like the formulas related to the problem

Femina97 avatar Feb 16 '22 12:02 Femina97

useless codes

JavaScript-zt avatar Aug 09 '23 03:08 JavaScript-zt