From c971251de5adc63b33a281f4d29702c5c9d0318f Mon Sep 17 00:00:00 2001 From: APMonitor Date: Thu, 14 May 2020 07:04:00 -0600 Subject: [PATCH 1/2] Update README.txt --- example_nlc/README.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/example_nlc/README.txt b/example_nlc/README.txt index 2be8707..4f36fc2 100644 --- a/example_nlc/README.txt +++ b/example_nlc/README.txt @@ -1,13 +1,11 @@ -1. Download and extract python_apm.zip archive to your computer. +1. Download the archive and extract to your computer. -2. Run apm.py script +2. Run nlc.py script The script will load model.apm, model.csv, and other relevant information to the server. On the first and last cycles, the web viewer will be opened to visualize the solutions. -3. You can send feedback or questions to: +3. There is a newer version of the APM Python package called gekko. This Model Predictive Control example is in Python Gekko and APM Python at https://apmonitor.com/wiki/index.php/Main/Control with more information about MPC. - support@apmonitor.com +4. More information on gekko is at https://gekko.readthedocs.io/en/latest/ - or join the APM discussion group: - - https://groups.google.com/forum/#!forum/apmonitor +5. Post questions to StackOverflow with tag [gekko]: https://stackoverflow.com/questions/tagged/gekko From b6e1f1d75bde52766b3707628467554932cc8e2c Mon Sep 17 00:00:00 2001 From: APMonitor Date: Thu, 14 May 2020 07:04:46 -0600 Subject: [PATCH 2/2] Update README.txt --- example_nlc/README.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/example_nlc/README.txt b/example_nlc/README.txt index 4f36fc2..5cdc6e7 100644 --- a/example_nlc/README.txt +++ b/example_nlc/README.txt @@ -4,8 +4,11 @@ The script will load model.apm, model.csv, and other relevant information to the server. On the first and last cycles, the web viewer will be opened to visualize the solutions. -3. There is a newer version of the APM Python package called gekko. This Model Predictive Control example is in Python Gekko and APM Python at https://apmonitor.com/wiki/index.php/Main/Control with more information about MPC. +3. There is a newer version of the APM Python package called gekko. This Model Predictive Control +example is in Python Gekko and APM Python at https://apmonitor.com/wiki/index.php/Main/Control +with more information about MPC. 4. More information on gekko is at https://gekko.readthedocs.io/en/latest/ -5. Post questions to StackOverflow with tag [gekko]: https://stackoverflow.com/questions/tagged/gekko +5. Post questions to StackOverflow with tag [gekko]: + https://stackoverflow.com/questions/tagged/gekko