Git Product home page Git Product logo

Comments (10)

leonlan avatar leonlan commented on September 27, 2024 1

Ran over 10 seeds, qualification phase:

  • 164474 with nbVeh computed by bin packing heuristic
  • 164469 with nbVeh = nbClients

No difference. :-) I'll make a PR later to change this everywhere.

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on September 27, 2024

How bad is it to set nbVeh = nbClients (or dispatched clients) in each epoch? Does that (meaningfully) affect solution quality?

from euro-neurips-2022.

leonlan avatar leonlan commented on September 27, 2024

I tried this, but this still led to infeasible solutions in some epoch/seed combinations. Since you succesfully submitted the dynamic solver, did this fix work for you? @N-Wouda


I realize that this is stupid of course because a single-route-per-client solution should be feasible! Weird.

from euro-neurips-2022.

leonlan avatar leonlan commented on September 27, 2024

I think that using nbVeh=nbClients is fine (or divided by 2 or 3). The performance loss is negligible because the instances are small enough and hgs solver skips all empty routes anyway.

I don't understand why I had so many issues with this when testing. Now that everything seems to work I'll close this issue.

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on September 27, 2024

I'm re-opening this issue for now because I think we should make sure that we use nbVeh=nbClients everywhere. And of course make sure to test that that does not impact performance too much.

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on September 27, 2024

The motivation is that we should make sure we can definitely solve the instances of the final round. But we won't know 'bin packing + 30' will be sufficient there, and cannot find out before it's too late.

from euro-neurips-2022.

leonlan avatar leonlan commented on September 27, 2024

I'm currently running on the cluster (10 seeds, qualification time limits):

  • nbVeh computed using bin packing heuristic
  • nbVeh = nbClients

from euro-neurips-2022.

rijalarpan avatar rijalarpan commented on September 27, 2024

Does setting nbVeh = nbClients hurt performance a lot?

from euro-neurips-2022.

leonlan avatar leonlan commented on September 27, 2024

I'll know more in 1.5 hours-ish!

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on September 27, 2024

That's a relief!

from euro-neurips-2022.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.