Giter Club home page Giter Club logo

Comments (6)

FabianHofmann avatar FabianHofmann commented on August 18, 2024

Hey @0wenwu, thank you for your comment. Multiple objective are not supported yet. However, this feature will not be difficult to implement. It is just that we haven't been in need of it so far, and I'm honestly not sure when I would have time to deal with it.

from linopy.

0wenwu avatar 0wenwu commented on August 18, 2024

Hey @0wenwu, thank you for your comment. Multiple objective are not supported yet. However, this feature will not be difficult to implement. It is just that we haven't been in need of it so far, and I'm honestly not sure when I would have time to deal with it.

Thank you for your reply. Indeed, I hava faced an multi-objective optimization problem considering hydro generation maximization and transimission loss minization while using PyPSA. Can you provide some suggestions to implement the feature?

from linopy.

aurelije avatar aurelije commented on August 18, 2024

If you do not need hierarchical MO solution (meaning multiple calls to solver if implemented by linopy or using specific api from solvers supporting it) you can just blend your multiple objectives in one objective by summing them and multiplying by weight

from linopy.

0wenwu avatar 0wenwu commented on August 18, 2024

If you do not need hierarchical MO solution (meaning multiple calls to solver if implemented by linopy or using specific api from solvers supporting it) you can just blend your multiple objectives in one objective by summing them and multiplying by weight

Thx, hierarchical MO solution means call solvers several times as below:

m.add_objective(obj1)
n.optimize.solve_model()
m.add_objective(obj2)
n.optimize.solve_model()

Does it work?

from linopy.

FabianHofmann avatar FabianHofmann commented on August 18, 2024

@0wenwu I think @aurelije meant, packing all in one objective but with weights.

If you want to tackle the multiobjective support in linopy, I would propose to create a new class MultiObjective which serves as a container of multiple Objective objects. These could be stores in a dictionary under the hood. I don't have time to make a draft, but I am happy to support.

from linopy.

0wenwu avatar 0wenwu commented on August 18, 2024

@0wenwu I think @aurelije meant, packing all in one objective but with weights.

If you want to tackle the multiobjective support in linopy, I would propose to create a new class MultiObjective which serves as a container of multiple Objective objects. These could be stores in a dictionary under the hood. I don't have time to make a draft, but I am happy to support.

Thank you for your excellent job.
Sorry for troubling you. It is my first time to use linopy, so it is hard for me to modify the source code in a short time.
As you know, the weights is difficult to determine while packing all in one objective. It is better to solve the problem in term of multi-objectives originally.

from linopy.

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.