frank-wolfe
There are 31 repositories under frank-wolfe topic.
vlarmet/cppRouting
Algorithms for Routing and Solving the Traffic Assignment Problem
ZhengLi95/User-Equilibrium-Solution
Program for obtaining the user equilibrium solution with Frank-Wolfe Algorithm in urban traffic assignment
ZIB-IOL/FrankWolfe.jl
Julia implementation for various Frank-Wolfe and Conditional Gradient variants
ZIB-IOL/Boscia.jl
Mixed-Integer Convex Programming: Branch-and-bound with Frank-Wolfe-based convex relaxations
microsoft/workspace-optimizer
The Workspace Planning Tool helps facilities managers and other workspace planners optimize seating arrangements and floorplans using Workplace Analytics collaboration data. This stand-alone tool is a series of Jupyter notebooks you can run locally on your machine.
uclaml/Frank-Wolfe-AdvML
A Frank-Wolfe Framework for Efficient and Effective Adversarial Attacks (AAAI'20)
ZIB-IOL/StochasticFrankWolfe
Implementation of the Stochastic Frank Wolfe algorithm in TensorFlow and Pytorch.
saezlab/DOT
DOT
JuliaDecisionFocusedLearning/DifferentiableFrankWolfe.jl
Differentiable wrapper for FrankWolfe.jl convex optimization routines
icezimmer/ConstrainedOptimization
Constrained Optimization using Frank-Wolfe Method
regenesis90/UE_traffic_assignment
Frank-Wolfe Algorithm : Find User Equilibrium in Traffic Assignment
churnikov/social-economics-models-course
Implementation of Frank Wolfe algoritm on python
rctzeng/NeurIPS2021-FWS
This is the repo for Fast Pure Exploration via Frank-Wolfe (NeurIPS 2021).
ZIB-IOL/BellPolytopes.jl
This julia package addresses the membership problem for local polytopes: it constructs Bell inequalities and local models in multipartite Bell scenarios with binary outcomes.
hiroyuki-kasai/SROT
Library of Semi-Relaxed Optimal Transport
sripathisridhar/sridhar2020ismir
Implementation of a novel 'helicality' algorithm that quantifies the octave equivalence of frequency sub-bands in an audio dataset.
ZIB-IOL/CGAVI
Code for the paper: Wirth, E.S. and Pokutta, S., 2022, May. Conditional gradients for the approximately vanishing ideal. In International Conference on Artificial Intelligence and Statistics (pp. 2191-2209). PMLR.
EliaFantini/CSI-using-Blind-Image-Deconvolution-and-Frank-Wolfe-algorithm
Blind Image Deconvolution and Frank-Wolfe's algorithm to deblur a license plate for Crime Scene Investigation (CSI)
liacov/OPTproj
Zeroth order Frank Wolfe algorithm. Project for the Optimization for Data Science exam.
tlrmchlsmth/tms_submod
Routines for submodular set function minimization
Agno94/frankwolfe_thesis
Algorithms developed during my master thesis at the Universita' degli Studi di Padova. In order to run the tests, you can follow my the instructions at page 31. Download the thesis here: http://tesi.cab.unipd.it/65265/
Di40/MEB-Anomaly-FW-Optimization
Implementation of three variants of the Frank-Wolfe method for solving the Minimum Enclosing Ball problem, and application to anomaly detection.
XeBasTeX/SFW-python
Python package designed to provide the essentials tools for off-the-grid inverse problem. This is the bedrock for future GUI implementation.
andrea3425/markowitz_portfolio_optimization
This project was carried out as the final assignment for the Mathematical Optimization for Data Science course. The goal of the analysis was to compare two variants of the Frank-Wolfe Method with the Projected Gradient Method on the Markowitz portfolio optimization problem.
camilobetanieto/OptimizationDataScience
Implementation of unconstrained and constrained convex optimization algorithms in Python, focusing on solving data science problems such as semi-supervised learning and Support Vector Machines.
maxkokot/Optimization-For-DS-project
The final project created for Optimization for Data Science course
TannerAGraves/FW-variants-for-WB-Adversarial-Attacks
Final Project for Optimization for Datascence, UNIPD MSc program 23/24. Uses variants of Frank-Wolfe algorithms for projection-free white-box adversarial attacks on convolutional neural networks.
ZIB-IOL/AffineInvariantOLFW
Code for the paper Accelerated Affine-Invariant Vonvergence Rates of the Frank-Wolfe Algorithm with Open-Loop Step-Sizes
ZIB-IOL/avi_at_scale
Code for the paper: [Wirth, E., Kera, H., and Pokutta, S. (2022). Approximate vanishing ideal computations at scale.](https://arxiv.org/abs/2207.01236)
giorgiarinaldi/markowitz-portfolio-using-frank-wolfe-algorithms
This project was conducted as the final assignment for the Mathematical Optimization for Data Science course. The objective was to analyze and compare two variants of the Frank-Wolfe Method with the Projected Gradient Method in solving the Markowitz portfolio optimization problem.
luismarcoslc/white_box_attacks_using_FW_optimization_algorithms
Study of four first order Frank Wolfe algorithms to solve constrained non-convex problems in the context of white box adversarial attacks.