GithubHelp home page GithubHelp logo

Comments (4)

mrquincle avatar mrquincle commented on July 22, 2024 3

Thanks I will do so! I was already reading through Hao Su's (impressive) PhD thesis, https://cseweb.ucsd.edu/~haosu/papers/thesis_finalversion.pdf, page 109 where he describes that he used a (1 + epsilon) approximation scheme from Bertsekas. He references that particular paper as well. However, Bertsekas has also described an auction algorithm for the transportation problem in particular: https://www.researchgate.net/publication/225431349_The_auction_algorithm_for_the_transportation_problem

It's by the way not that I think it's something completely different. I see "epsilon scaling" is used. Describing the TRANSAUCTION code Bertsekas mentions how he starts from a large value and ends with epsilon = 1 / min(M,N) and how in the implementation he just multiplies all costs with min(M,N), so the algorithm's final value for epsilon = 1. However, details are different, and I want to adjust it to a different version of EMD, so I've to know exactly what happens here. :-)

Off topic: sweet talk by Bertsekas https://www.youtube.com/watch?v=T-fSmSqzcqE - describes a little bit his history. It's quite cute. :-)

from latent_3d_points.

optas avatar optas commented on July 22, 2024

Here it is: D. P. Bertsekas. A distributed asynchronous relaxation algorithm for the assignment problem. In Decision and Control, 1985 24th IEEE Conference on, pages 1703–1704. IEEE, 1985.

from latent_3d_points.

mrquincle avatar mrquincle commented on July 22, 2024

The code that belongs to this paper can be found on the website of Bertsekas https://web.mit.edu/dimitrib/www/noc.htm in Fortran at https://web.mit.edu/dimitrib/www/lopnet.txt (it is labeled RELAX_QC). Now is the Fortran code not the easiest to read, but it just doesn't look like the same thing. Maybe it's another algorithm by Bertsekas.

from latent_3d_points.

optas avatar optas commented on July 22, 2024

from latent_3d_points.

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.