Our reluMIP tool is open source available

I am happy to present our new open-source tool for the MILP optimization of ReLU artificial neural networks. We directly interface #Pyomo and Gurobi Optimization for optimization and #tensorflow for training. Thus, combining state-of-the-art optimization and machine-learning algorithms.

The tool can be installed in #Python via

pip install reluMIP

The code is available on https://github.com/ChemEngAI/ReLU_ANN_MILP

Thanks to Laurens Lueg, Bjarne Grimstad, and Alexander Mitsos for the great collaboration.