GithubHelp home page GithubHelp logo

Comments (3)

darioizzo avatar darioizzo commented on August 13, 2024

Some tutorials can be found here: https://esa.github.io/pagmo2/docs/python/tutorials/python_tut.html, see the one on coding a UDP with constraints

from pagmo2.

smnsierra avatar smnsierra commented on August 13, 2024

Thank you for you quick reply, I read that tutorial but it's about a sigle-objective optimization problem. Can you provide additional resources for constrained multi-objective optimization? I apologize if my question might seem trivial, but this is my first attempt in trying to solve this kind of problems.

from pagmo2.

darioizzo avatar darioizzo commented on August 13, 2024

Please next time post your requests on the gitter chat (https://gitter.im/pagmo2/Lobby) so that other user may help.

To code a UDP that is multiobjective and constrained you just need to implement the methods get_nobj() and get_nec(), get_nic() (obj n., equality const. n. and inequality const. n. see documentation).

To solve it its on you to come up with a solution strategy. No algorithm can tackle these problems in general.

One option is to transform the problem decomposing it ...

from pagmo2.

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.