To do inference with a trained JSSP model, you can now use the script located at jssp/solve.py. Should solve #75 .
Exemple of args:
python3 -m jssp.solve\
--path "./PATH/TO/EXPERIMENT/"\
-- load_problem "./PATH/TO/EXPERIMENT.TXT"\
[--first_machine_id_is_one] # Optional, if you load taillard problems, you should tell that the index starts at one.
The schedule will be saved locally and the makespan will be printed on stdout.
To do inference with a trained JSSP model, you can now use the script located at
jssp/solve.py
. Should solve #75 .Exemple of args:
The schedule will be saved locally and the makespan will be printed on stdout.