Giter Site home page Giter Site logo

About multisection about branchandprune.jl HOT 4 OPEN

mforets avatar mforets commented on July 23, 2024
About multisection

from branchandprune.jl.

Comments (4)

Kolaru avatar Kolaru commented on July 23, 2024 2

Multisection is not currently supported directly, mostly because I didn't know any use case when I wrote the package.

Cutting a multidimensional set in pieces may come down to successively bisecting each dimension (the optimal order along which to bisect each dimension may not be trivial though), and the package should support it.

A work around using the current state of the package would be to tag the results of the bisect so that at the next iteration the process function directly marks them for a new bisection without actual processing.

To get true multisection I would need to think about it a bit, since I fear that a variable number of return values for bisect may affect performance.

from branchandprune.jl.

Kolaru avatar Kolaru commented on July 23, 2024 1

I would definitively welcome such contribution! I think a pull request may be the easiest way to do it.

from branchandprune.jl.

mforets avatar mforets commented on July 23, 2024

A quick update: we could work-around multisection by defining a bisection which decides in which direction to split the current box by looking at the largest side.

from branchandprune.jl.

mforets avatar mforets commented on July 23, 2024

Alright, thanks for the insight!

As i said above, in the application that we are working on with @lbenet, multisection could be worked around by just alternating the directions of the splitting in the bisection. We may be able to upload an example to this package if you are interested. Can we upload a jupyter notebook to the examples folder?

from branchandprune.jl.

Related Issues (2)

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.