paper-with-me

Papers

BackboneLearn: A Library for Scaling Mixed-Integer Optimization-Based Machine Learning

2023-11-22 · Vassilis Digalakis Jr, Christos Ziakas

We present BackboneLearn: an open-source software package and framework for scaling mixed-integer optimization (MIO) problems with indicator variables to high-dimensional problems. This optimization paradigm can naturally be used to formulate fundamental problems in interpretable supervised learning (e.g., sparse regression and decision trees), in unsupervised learning (e.g., clustering), and beyond; BackboneLearn solves the aforementioned problems faster than exact methods and with higher accuracy than commonly used heuristics. The package is built in Python and is user-friendly and easily extensible: users can directly implement a backbone algorithm for their MIO problem at hand. The source code of BackboneLearn is available on GitHub (link: https://github.com/chziakas/backbone_learn).

📄 PDF Abstract BibTeX arXiv:2311.13695

Code (1)

chziakas/backbone_learn 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

Machine Learning Algorithms for Improving Exact Classical Solvers in Mixed Integer Continuous Optimization

2025-08-09 · Morteza Kimiaei, Vyacheslav Kungurtsev, Brian Olimba arxiv

Integer and mixed-integer nonlinear programming (INLP, MINLP) are central to logistics, energy, and scheduling, but remain computationally challenging. This survey examines how machine learning and reinforcement learning…

Reinforcement Learning

Large-scale portfolio optimization with variational neural annealing

2025-07-09 · Nishan Ranabhat, Behnam Javanparast, David Goerz, Estelle Inack arxiv

Portfolio optimization is a routine asset management operation conducted in financial institutions around the world. However, under real-world constraints such as turnover limits and transaction costs, its formulation be…

Portfolio Optimization

Ecole: A Library for Learning Inside MILP Solvers

2021-04-06 · Antoine Prouvost, Justin Dumouchelle, Maxime Gasse, Didier Chételat 외

In this paper we describe Ecole (Extensible Combinatorial Optimization Learning Environments), a library to facilitate integration of machine learning in combinatorial optimization solvers. It exposes sequential decision…

BIG-bench Machine LearningCombinatorial OptimizationDecision MakingSequential Decision Making

RBFOpt: an open-source library for black-box optimization with costly function evaluations

2015-11-05 · Mathematical Programming Computation 2018 2015 11 · Alberto Costa, Giacomo Nannicini

We consider the problem of optimizing an unknown function given as an oracle over a mixed-integer box-constrained set. We assume that the oracle is expensive to evaluate, so that estimating partial derivatives by finite …

Hyperparameter OptimizationModel Selection

An analysis of optimization problems involving ReLU neural networks

2025-02-05 · Christoph Plate, Mirko Hahn, Alexander Klimek, Caroline Ganzer 외

Solving mixed-integer optimization problems with embedded neural networks with ReLU activation functions is challenging. Big-M coefficients that arise in relaxing binary decisions related to these functions grow exponent…