Coder Social home page Coder Social logo

theoguyard / el0ps.jl Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 625 KB

An Exact L0-penalized Problem Solver.

License: GNU Affero General Public License v3.0

Julia 100.00%
branch-and-bound discrete-optimization julia l0-regularization optimization sparse-representations

el0ps.jl's Introduction

El0ps.jl

An Exact L0-penalized Problem Solver.

Build Status Coverage Code Style: Blue

Summary

This package provides solution methods to address L0-penalized problems of the form

$$\min_{\mathbf{x}} \ f(\mathbf{A}\mathbf{x}) + \lambda \big(||\mathbf{x}||_0 + h(\mathbf{x})\big)$$

where $f(\cdot)$ is a convex and differentiable function, where $h(\cdot)$ is a convex and seprable function and where $\lambda>0$ is an hyper-parameter.

Features

๐Ÿ–ฅ Interfaces

  • Simple problem instantiation

  • Allows user-defined functions $f(\cdot)$ and $h(\cdot)$

  • Popular choices of $f(\cdot)$ and $h(\cdot)$ already implemented

  • Regularization path fitting

๐Ÿš€ Solution methods

  • Branch-and-Bound algorithm
  • Specialized exploration strategies
  • Specialized branching strategies
  • Efficient bounding solver
  • Structure-exploiting acceleration methods
  • Robust to dimensionality scaling

Installation

Our package can be installed through Julia's Pkg manager as follows:

pkg> add "https://github.com/TheoGuyard/El0ps.jl"

Project status

The package is still in beta version and is not accessible through Julia's general registry yet. An alpha version will be released soon. The current version is tested against Julia 1.7 and 1.8 on Linux architectures. Please report any problem on the issue page. Feel free to suggest improvements via a pull request !

License

This software is distributed under the GNU AGPL-3 license.

Citation

To cite this package, please refer to the following paper (in french):

@inproceedings{guyard2023solveur,
  title={Un solveur efficace pour la r{\'e}solution de probl{\`e}mes parcimonieux avec p{\'e}nalit{\'e} L0},
  author={Guyard, Theo},
  booktitle={24{\`e}me {\'e}dition du congr{\`e}s annuel de la Soci{\'e}t{\'e} Fran{\c{c}}aise de Recherche Op{\'e}rationnelle et d'Aide {\`a} la D{\'e}cision},
  year={2023}
}

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.