Alamopy - surrogate modeling #1479
-
Hi everybody! I need your help! I am trying to use AlamoPy for surrogate modeling. but I am having trouble trying to generate it:
The reason I am asking this is because I am trying to generate a surrogate modeling following the example is posted on github :
After running this for me is possible to check the file "alamo_run.alm", after running the following code this message error pops out:
FileNotFoundError: Could not find ALAMO executable. Please ensure that ALAMO is installed and in the system path, or provide a path to the executable. Immensely appreciate your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@juanbaquero4 The issue is that ALAMOpy is just a Python interface to ALAMO, which is a separate commercial tool. The ALAMOpy interface is part of IDAES and so you will have it if you have installed IDAES (which I assume you have), but we do not (and cannot) distribute the actual ALAMO code with this as it requires a license. You can get ALAMO from https://minlp.com/alamo-modeling-tool, and there is a 1-month trial license available ,or if you are at an educational institution I believe you can get a free academic license. |
Beta Was this translation helpful? Give feedback.
@juanbaquero4 The issue is that ALAMOpy is just a Python interface to ALAMO, which is a separate commercial tool. The ALAMOpy interface is part of IDAES and so you will have it if you have installed IDAES (which I assume you have), but we do not (and cannot) distribute the actual ALAMO code with this as it requires a license.
You can get ALAMO from https://minlp.com/alamo-modeling-tool, and there is a 1-month trial license available ,or if you are at an educational institution I believe you can get a free academic license.