Coder Social home page Coder Social logo

Local Minima Skip about optuna HOT 8 OPEN

ggmirandac avatar ggmirandac commented on May 29, 2024
Local Minima Skip

from optuna.

Comments (8)

atoffano avatar atoffano commented on May 29, 2024

I have noticed the very same thing a couple weeks ago.
I assume that even running a RandomSampler for a couple iterations would still end with quickly falling back to the same minima since no other have been found.

I'm currently trying to first run a RandomSampler, and then switching to a TPESampler, the idea being that the RandomSampler samples multiple local minima that the TPE can then pick from.
No results to confirm yet, i am unsure whether that's actually a good workaround since i can't tell if data can be transfered from a sampler to another.

from optuna.

ggmirandac avatar ggmirandac commented on May 29, 2024

Hi,

Yeah, I am doing the same, using the n_startup_trials = 100 (or some other bigger number) But I still found my self into the same local minima. :(

I am thinking that there is a problem with the dataset that I am analysing (has <100 data points). Do you know some way to make this better?

Bests

from optuna.

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.