-
Consider adding feature: allowing user to upload results for makespan.
-
its always pick t0_1's aft as makespan
because of this:
(line 171)
`if t.number == self.end_task_num:
makespan = t.aft`
and
(line 53)
`self.start_task_num, self.end_task_num = 0, 1`
-
When scheduling staff on a set of tasks, it can be interesting to introduce makespan constraints of the form "the makespan of a staff member cannot exceed a certain value inside a given time interval"…
sheaf updated
4 years ago
-
* ACO (heuristic-based swarm algorithms)
* ACO_LS (our approach)
* OR-Tools (serve as ground truth, but should be considered as base line)
* RL (L2D, Jsp-env etc) reinforcement learning based algor…
-
How about the possibility to switch to makespan objective function as mentioned in your paper? It would be great!
-
I'm encountering a memory issue which seems related to #748 while using sentry-go in a project that launches several hundred goroutines. I'd believe this would be solved with that issue, but since tha…
-
I realized that the definition of makespan chosen for batsim outputs is `max(finish_time)` (https://batsim.readthedocs.io/en/latest/output-schedule.html?highlight=makespan#schedule ).
I think the mo…
-
As previously discussed, the new default planner needs to account for turn costs. The required changes are at two levels:
1. Expander needs to updated, to consider turn actions
2. State descripti…
-
Hi, Hongzi
I noticed your code supports the makespan-optimized policy by setting args.learn_obj to 'makespan'. However, when trained with the recommended small scale setting (200 stream jobs on 8 …
-
Trying to upgrade the code to use newer versions, I am encountering a blocking issue :
/CloudSimPy/playground/Non_DAG/launch_scripts/main-makespan.py", line 99, in
_**p.start()**_
tensorflow.p…