issues
search
jolibrain
/
wheatley
Next-generation scheduling problem solver based on GNNs and Reinforcement Learning
Other
44
stars
11
forks
source link
Generate JSSP validation instances, loading those instances at evaluation
#74
Closed
pierrot-lc
closed
1 year ago
pierrot-lc
commented
1 year ago
[x]
jssp.env.state.State
can now be saved to a file and loaded from a file.
[x] Generate 100 random instances for different number of jobs and machines.
[x] Validate the performance of determinist heuristics on those instances (pytest).
[x] Modify
jssp.eval
to evaluate from those saved instances.
jssp.env.state.State
can now be saved to a file and loaded from a file.jssp.eval
to evaluate from those saved instances.