Giter Club home page Giter Club logo

Comments (3)

dhadka avatar dhadka commented on August 10, 2024

Try parallelizing this way: https://github.com/Project-Platypus/Platypus/blob/master/examples/simple_parallel.py

from platypus.

hanwei0912 avatar hanwei0912 commented on August 10, 2024

Hi, @dhadka
Thank you for your demo.
I also try to run the single algorithm in parallel to accelerate it, but I don't clearly understand the way you define the DTLZ2_Slow.

class DTLZ2_Slow(DTLZ2):
    
    def evaluate(self, solution):
        sum(range(1000000))
        super(DTLZ2_Slow, self).evaluate(solution)

Could you explain a little bit what sum and super sentences exactly do here?
Besides, we set the algorithm run 10000 times and set 4 the evaluator, so the algorithm run 40000 times? Or 4 evaluators finish the 10000 times iterators together?

Thank you in advance.
Hanwei

from platypus.

github-actions avatar github-actions commented on August 10, 2024

This issue is stale and will be closed soon. If you feel this issue is still relevant, please comment to keep it active. Please also consider working on a fix and submitting a PR.

from platypus.

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.