Artificial Intelligence in Java: how to write a Quarkus app with OptaPlanner from scratch

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 พ.ย. 2024

ความคิดเห็น • 31

  • @valkon_
    @valkon_ 4 ปีที่แล้ว +5

    I loved it! It would be awesome if you would upload frequently, that was very interesting

  • @sudolea
    @sudolea 4 ปีที่แล้ว

    How quickly OptaPlanner evolves : my documentation (on v. 7.29.0) showed up to be already outdated... chapter 6 (Constraint stream score calculation) had a big update in the meantime (refering to documentation v. 7.32.0, in the meantime already at 7.35.0 so to see)... All stuff to work on. Thank you for your ongoing work on OptaPlanner.
    (dankbare groeten vanuit België)

  • @hediabed6109
    @hediabed6109 4 ปีที่แล้ว +1

    Thank you for this great demonstration tutorial.

  • @mike.nussbaumer
    @mike.nussbaumer 3 ปีที่แล้ว +1

    Thanks for this awesome video! :)

  • @aparfeno
    @aparfeno 2 ปีที่แล้ว +1

    Please use 1080p resolution. Very hard to read small text @ 480

  • @PietervandenHombergh
    @PietervandenHombergh 4 ปีที่แล้ว +1

    thank you a lot, very interesting.

  • @vikingofengland
    @vikingofengland 3 ปีที่แล้ว

    Excellent tutorial, many thanks.

  • @VladimirEkhvalov
    @VladimirEkhvalov 4 ปีที่แล้ว +1

    Thanks a lot it is very useful!

  •  4 ปีที่แล้ว +3

    Nice. Shame about the low video quality. It's tough to read the code...

    • @AkramBenAissi
      @AkramBenAissi 4 ปีที่แล้ว

      it is only displaying in 480p for me; I wonder if it is not related to COVID-19 bandwidth restrictions that TH-cam set on some videos.

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 3 ปีที่แล้ว +1

      The source code is here: github.com/kiegroup/optaplanner-quickstarts

  • @filakabamba9584
    @filakabamba9584 2 ปีที่แล้ว

    How can I do the following :
    Please help asap
    *1.* Make an Artificial Neural Network with dynamic input and binary out ....
    *2.* Make a Self Organizing Maps with dynamic input and binary out ....

  • @salogo9228
    @salogo9228 5 หลายเดือนก่อน

    Very good

  • @锐锐-p6z
    @锐锐-p6z 10 หลายเดือนก่อน

    i loved it!

  • @borisedu260367
    @borisedu260367 ปีที่แล้ว

    Good evening, I would like you to help me generate a jar with the Optaplanner project

  • @albertchen9199
    @albertchen9199 2 ปีที่แล้ว

    勉强看完,大概懂意思了,还得结合文档和代码看一下。谢谢你这个视频教程

  • @lovedeepsangha4818
    @lovedeepsangha4818 3 ปีที่แล้ว

    Hi Geoffrey if i have to pass the drl file instead of. constraint provider then what i have to do in solver manager

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 3 ปีที่แล้ว

      Please open a StackOverflow question: www.optaplanner.org/community/getHelp.html - Look at SolverManager.create().

    • @lovedeepsangha4818
      @lovedeepsangha4818 3 ปีที่แล้ว

      @@GeoffreyDeSmet okk sure thanks for replying really loved your session

  • @samuel14luis
    @samuel14luis 4 ปีที่แล้ว +2

    Thnk u a lot

  • @nettogrowthpartners9567
    @nettogrowthpartners9567 3 ปีที่แล้ว

    Hi Geoffrey! Thanks for the tutorial. I tried to open de project in Netbeans but it says [unloadable] would you throw me a piece of advice on that? Thanks in advance!

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 3 ปีที่แล้ว

      Does "mvn clean install" work?

    • @nettogrowthpartners9567
      @nettogrowthpartners9567 3 ปีที่แล้ว

      @@GeoffreyDeSmet Hi Geoffrey thank you for your response. Finally a managed to install it. The problem was on me lack of expertise side. The problem I have now is that the generated project with Quarkus I made has some different dependencies from the one you generated for the tutorial. So I'm stack.

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 3 ปีที่แล้ว

      @@nettogrowthpartners9567 The dependencies changed from io.quarkus:quarkus-optaplanner to org.optaplanner:optaplanner-quarkus
      Follow the guide here: quarkus.io/guides/optaplanner
      Or the source code here: github.com/kiegroup/optaplanner-quickstarts

    • @nettogrowthpartners9567
      @nettogrowthpartners9567 3 ปีที่แล้ว

      @@GeoffreyDeSmet Thanks a lot Geoffrey!

  • @teckhocktan4447
    @teckhocktan4447 4 ปีที่แล้ว

    Is it possible to constrain to 2 particular students group having the same lesson to be at the same time slot?

    • @GeoffreyDeSmet
      @GeoffreyDeSmet 3 ปีที่แล้ว

      Yes, from(StudentPair.class).join(Lesson.class, equal(StudentPair::getStudentA, Lesson::getStudent).join(Lesson.class, equal((StudentPair, Lesson) -> StudentPair::getStudentB, Lesson::getStudent), equals((StudentPair, Lesson) -> Lesson::getTimeslot, Lesson::getTimeslot)).penalize(...)

  • @pinumpatel
    @pinumpatel 3 ปีที่แล้ว

    I am looking for an optaplanner in India. If you have any references please share with me.

  • @teckhocktan4447
    @teckhocktan4447 4 ปีที่แล้ว

    Impressive