Git Product home page Git Product logo

pymiqp's People

Contributors

sschnug avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

pymiqp's Issues

Bonmin-internals: binary-bounds

Commit a755df9 introduced explicit bound-information for binary-variables as those were missing in Bonmin's relaxation-process.

As Stefan Vigerske said:

In your implementation of TMINLP::get_bounds_info you should specify
bounds [0,1] for (unfixed) binary variables, though it may seem redundant.

i should check the docs / internals if there is any chance, i'm overwriting bounds for already fixed variables (which would be very bad!).

Edit

Check what Bonmin provides as arguments: if there are already valid (more restricting) bounds set, don't touch them!

Refactor / Design: options-passing

Currently only some options are supported and each of those has it's own specific class-variables.

Refactor this to make it more generic!

tests/test_1.py: very much variation in sol dep. on algorithm

B-BB:
sol-status:  0
sol-obj:  -5510222.415947652
sol-x:  [33.  5. 75.  0. 83.  0. 80. 61. 22.  0.]

B-Hyb
sol-status:  0
sol-obj:  -2664503.314829478
sol-x:  [209.   0.   0.   0. 184.   0.   0.   0.   0.   0.]

B-OA
sol-status:  0
sol-obj:  -5510196.4890296
sol-x:  [34.  5. 75.  0. 82.  1. 80. 61. 22.  0.]

B-QG
sol-status:  0
sol-obj:  -2664503.314829478
sol-x:  [209.   0.   0.   0. 184.   0.   0.   0.   0.   0.]

Scaling-problems or something else?

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.