GithubHelp home page GithubHelp logo

Comments (4)

SimonBlanke avatar SimonBlanke commented on May 22, 2024

Hello @esmuigors,

thank you for your kind words! :-)

I suspect this issue does not belong in this repository, because it is a question about the package itself and not about the tutorial (please correct me if I am wrong about this).
Gradient-Free-Optimizers does not have any parallel processing capabilities. Hyperactive can do parallel processing via multiprocessing, joblib and pathos.

So I will transfer this issue to Hyperactive.

from hyperactive.

SimonBlanke avatar SimonBlanke commented on May 22, 2024

About your question:

Hyperactive will automatically use parallel processing if:

  • you set n_jobs > 1
  • you added more than 1 search via .add_search(...)

In the first case Hyperactive adds the same search n_jobs-number of times.
In the second case Hyperactive adds different searches.

n_jobs is 1 per default. So you do not need to change this. And you should call .add_search() just once before calling .run(). To not use parallel processing you should write something like this:

# In this case Hyperactive will not use any parallel-processing package to run the optimization. 
# (Even if you use population based optimization algorithms)

...

hyper = Hyperactive()
hyper.add_search(model, search_space)
hyper.run()

...

Does this answer your question? Let me know if this works for your use case.

from hyperactive.

esmuigors avatar esmuigors commented on May 22, 2024

Dear @SimonBlanke

I am very sorry for hastily opening this issue (though it was the opportunity to say those kind words :) ). It turned out to be a problem completely unrelated to either gradient_free_optimizers or the Hyperactive... I didn't look at the modification times of the files, then it became obvious :'-) What a shame on me...

I hope that You answer will be useful for someone else at least :)

Best wishes,
Igors

from hyperactive.

SimonBlanke avatar SimonBlanke commented on May 22, 2024

Hello @esmuigors,

no Problem! I think the question and answer is still useful for others.
If you have more questions don't hesitate to open another issue.

from hyperactive.

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.