Project Job Scheduling in OptaPlanner

Поділитися
Вставка
  • Опубліковано 5 січ 2025

КОМЕНТАРІ • 13

  • @PeteCarapetyan
    @PeteCarapetyan 10 років тому +1

    Has this been compared with the MISTA entries to see how it would fare against the 9 who were finalists?

  • @JC-rb1nc
    @JC-rb1nc Рік тому

    hi, has this progressed in the last 10 years? is it more efficient/faster? also, is there documentation so we can see how we can do the same exercise/test?

  • @hajarezzamouri9439
    @hajarezzamouri9439 4 роки тому

    How can I solve the problem of
    scheduling jobs on identical parallel machines using optaplanner?!

  • @olegzdanevich860
    @olegzdanevich860 6 років тому +1

    This is the great solution, of this task, but i cannot find the documentation about how to create my own xml file. Maybe anyone can share some information?

    • @cpcetic
      @cpcetic 5 років тому

      I advise trying the txt format which is more abstract and human readable

    • @ivanalieskovska9350
      @ivanalieskovska9350 4 роки тому +1

      I would need that as well.

  • @cgfulton
    @cgfulton 11 років тому

    I know this is not the place to ask. When will the final release for 6.X.X be available?

    • @cgfulton
      @cgfulton 11 років тому

      ***** Thanks for the quick response. I have been developing my elastically scalable scheduling application since May. Everything is working great! I just needed to go through the process to satisfy product management.

  • @supersuper40manu
    @supersuper40manu 7 років тому

    Love it! thanks!

  • @sabra21
    @sabra21 6 років тому

    There is absolutely no explanation for the examples. There is just bunch of uncommented code which is totally useless. Would be fine if you could comment every line so people can actually understand what it does and why is it written the way it is. For example: what is job type (source / standard / sink)?

    • @sabra21
      @sabra21 6 років тому +2

      @@GeoffreyOptaPlanner Hi Geoffrey,
      thank you for reply. Unfortunately this information is nowhere to be found. Not even in the challenge you've been referring to. This exact example is pretty complex and it makes me desperate when I can't find any information about it. I understand you can't comment every line, but at least the important ones would be nice. Cheers

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 3 роки тому +1

      the project job scheduling is optaplanner's worst example. We'd remove it if it wasn't that popular. It works and people do use it in production...
      It will be replaced by a proper "job shop scheduling" example in optaplanner-quickstarts one day (not in 2021). First the "VRP simplification" work needs to land (probably end of this year), then it's time to make a simple, beautiful job shop scheduling quickstart.

    • @chrishill3527
      @chrishill3527 2 роки тому +1

      @@GeoffreyDeSmet I hope the job shop scheduling quickstart could come as soon as possible, thanks.