Giter VIP home page Giter VIP logo

Comments (3)

N-Wouda avatar N-Wouda commented on June 17, 2024

A priori the purpose seems similar to the nbMoves/last tested/last modified caching mechanisms that are in LocalSearch already. I need to think a bit about whether this is more powerful than what we already have. I think yes, but I want to get an estimate for how much more this will save before implementing it.

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on June 17, 2024

That was quick. The answer is definitely yes: we currently only look whether U's or V's route have been modified more recently than the last time U was evaluated. But routes can be modified in places that have nothing to do with the few nodes we're considering moving. SMDs take this into account, and should thus be much more efficient at caching delta costs than what we currently have.

from euro-neurips-2022.

N-Wouda avatar N-Wouda commented on June 17, 2024

I've attempted to implement something like this, but it doesn't really work well with the current operators. Instead, I've improved caching for particularly SWAP* in #64. That helps quite a bit as well.

I think we can close this issue.

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.