Skip to main content
Solved

Can AIMMS  interface  Python,such as tensorflow?


Forum|alt.badge.img
  • Ace
  • 8 replies
  • Can AIMMS  interface  Python,such as tensorflow?

Best answer by mohansx

Hi @xyr, it is possible if you have your Python model available as an API endpoint. Please review: How to connect AIMMS with Python — AIMMS How-To

 

If you are interested in only local usage of AIMMS and Python, then AIMMS can call a Python script via the command line using Execute — AIMMS Function Reference. See reference: Run Executable Files — AIMMS How-To

View original

2 replies

mohansx
Forum|alt.badge.img+5
  • Former AIMMSian
  • 223 replies
  • Answer
  • March 17, 2021

Hi @xyr, it is possible if you have your Python model available as an API endpoint. Please review: How to connect AIMMS with Python — AIMMS How-To

 

If you are interested in only local usage of AIMMS and Python, then AIMMS can call a Python script via the command line using Execute — AIMMS Function Reference. See reference: Run Executable Files — AIMMS How-To


Forum|alt.badge.img
  • Author
  • Ace
  • 8 replies
  • March 24, 2021
mohansx wrote:

Hi @xyr, it is possible if you have your Python model available as an API endpoint. Please review: How to connect AIMMS with Python — AIMMS How-To

 

If you are interested in only local usage of AIMMS and Python, then AIMMS can call a Python script via the command line using Execute — AIMMS Function Reference. See reference: Run Executable Files — AIMMS How-To

thank you so much


Reply