From 19becb02bca72dddc58990311cab091889377d20 Mon Sep 17 00:00:00 2001
From: Gabriel Patron <g2patron@uwaterloo.ca>
Date: Thu, 8 Aug 2024 08:46:39 -0400
Subject: [PATCH] Upload New File

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..644072f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+This repository contains the code for the paper "Directional modifier adaptation based on input selection for real-time optimization" by Gabriel Patrón and Luis Ricardez-Sandoval.
+
+Each file runs a different scheme deployed in the paper either on the Williams-Otto or the evaporator case study. The scheme deployed are full modifier adaptation (MA), directional MA (dMA), dMA based on input selection (dMAIS), and dMAIS without operating point adjustment (dMAIS--).
+
+All files can be run as displayed herein. They require installation of the Pyomo modelling environment (http://www.pyomo.org/) and the IPOPT solver (https://www.coin-or.org/download/binary/Ipopt/).
-- 
GitLab