Coder Social home page Coder Social logo

cutgeneratingfunctions_new's Introduction

Description

This project mainly focuses on developing effecient data structures and algorithms, and implementing them in C++ and Python, for exploring new cut-generating functions in high-dimensional space. try

Introduction

The cut-generating function is a family of piecewise linear functions for increasing the speed of solving integer optimization. The information of integer optimization can be found in this book, and the details of cut-generating function can be found in this website.

In general, we are looking for the piecewise linear functions π(x) in high dimension, with satisfying the 4 following conditions:

  1. π(0) = 0
  2. π(x) + π(y) ≥ π(x + y) (Subadditivity)
  3. π(x) + π(f − x) = 1 (Symmetry)
  4. π(x) = π(x + k), for k in Z^d (periodicity)

Those functions in one dimension have been well developped, with using computer-based method. However, for high dimension, the main difficulty of exploring and verifying cut-generating functions comes from the verification of the subadditivity, which is a entire verification with heavy computation and hard to find out which subregions in the domain intersects with the minkowski sum for each pair of subregions. Notice that the minkowski sum of two specific subregions only has a local intersection with few subregions, instead of a total retriving. We may arrange rtree data structure as a cheapo index library to organize all subregions of the domain for [easily computing their minkowski sum] and [quickly retriving the intersected subregions]. After using rtree data structure, it could filter most non-intersected subregions and improve the computation significantly.

Apart from the above project in the piecewise linear functions, rtree data structure also has been used as a cheapo index library for preliminary filtering the non-containing element of a

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.