Code Monkey home page Code Monkey logo

Comments (9)

mseeger avatar mseeger commented on September 26, 2024

@ArlindKadra You refer to examples/launch_simulated_benchmark.py in a pretty old branch benchmark_tutorial. Is this intended? I will look whether the problem happens in current main.

from syne-tune.

mseeger avatar mseeger commented on September 26, 2024

Look at examples/launch_simulated_benchmark.py, it is no surprise this is not reproducible. You can see that objectives_evaluations are generated at random, so the benchmark itself will be different every time it is run.
We can fix the seed for this example.

from syne-tune.

mseeger avatar mseeger commented on September 26, 2024

Maybe it would be better to look at your example.

from syne-tune.

ArlindKadra avatar ArlindKadra commented on September 26, 2024

Ups, that is a very correct observation that I forgot when I quickly tried to replicate my problem on the example. Hmm, maybe dump the objective evaluation data and load the same backup with the different seed for running?

from syne-tune.

ArlindKadra avatar ArlindKadra commented on September 26, 2024

If it works well, then I guess the problem could be from my end, maybe the script that I quickly hacked together.

from syne-tune.

ArlindKadra avatar ArlindKadra commented on September 26, 2024

@ArlindKadra You refer to examples/launch_simulated_benchmark.py in a pretty old branch benchmark_tutorial. Is this intended? I will look whether the problem happens in current main.

Not intended.

from syne-tune.

mseeger avatar mseeger commented on September 26, 2024

One thing to check: If you use random search and fix the seed, then you should see exactly the same configs being proposed (set debug_log=True for full output). But of course, you also need to make sure that the metric values from the blackbox are the same.

from syne-tune.

mseeger avatar mseeger commented on September 26, 2024

I am pretty confident results should be reproducible (unless GP-BO is involved), because I've been looking at this several times.

from syne-tune.

ArlindKadra avatar ArlindKadra commented on September 26, 2024

Thanks for taking the time to take a look at it. You were right, I was extrapolating some curves and because of some bad logic there was noise involved in the last epochs which in turn changes the incumbent trajectory.

Framework works perfect, results are reproducible :).

from syne-tune.

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.