A simple feedback vertex set solver heavily employing reduction techniques.
-
Updated
Jan 21, 2023 - C++
A simple feedback vertex set solver heavily employing reduction techniques.
A greedy algorithm for cleaning a data file.
Frequency Based Pruning (FBP) is a feature selection algorithm based upon maximizing the Youden J statistic. FBP intelligently enumerates through combinations of features, using the frequency of smaller patterns to prune away large regions of the solution space.
Discrete Optimization Algorithms
A greedy algorithm to find the combination of features that maximized the Younden J statistic.
Locally Sensitive Data Mule Scheduling Problem (W.I.P.)
This is my thesis work for the Bachelor's degree in Physics. / Este es mi trabajo de titulación para la Licenciatura en Física.
C++ implementation of the NoRELAX methods presented in Continuous Relaxation of MAP Inference: A Nonconvex Perspective (CVPR 2018)
Two Mixed Integer Programs for cleaning a data file.
A cut-and-solve based feature selection for continous data
Evolutionary Algorithm that uses a double linked-list chromosome to cluster networks
CP (constraint programming) problems solved mainly in Gecode library
Différents snippets liés à l'optimisation discrète.
Travelling salesman problem optimization visualizer
Our final project for Deep Learning in Discrete Optimization taught by Bill Cook. We developed an ML-based branching rule for solving Protein Design problems in Weighted Constraint Satisfaction form.
Knapsack, Graph Coloring, Vehicle Routing Problems of Discrete Optimization Course from Master of Computer Engineering Department in Istanbul Technical University
Optimization of black box functions defined on bit vectors
Add a description, image, and links to the discrete-optimization topic page so that developers can more easily learn about it.
To associate your repository with the discrete-optimization topic, visit your repo's landing page and select "manage topics."