From 8649f0e0823ef0ee0eb80fb26b853fa3d44c4d33 Mon Sep 17 00:00:00 2001 From: Gabriel Patron <g2patron@uwaterloo.ca> Date: Thu, 8 Aug 2024 08:49:13 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 644072f..ae9b214 100644 --- a/README.md +++ b/README.md @@ -1,5 +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. +This repository contains the code for the paper "Economically optimal operation of recirculating aquaculture systems under uncertainty" 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--). +The spydata and xx files allow for plotting of a typical RAS scenario without having to redo the timely simulation. 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