Hacker News new | ask | show | jobs
by gonber 3449 days ago
I once setup a genetic algorithm running in Heroku. See https://minme.herokuapp.com/. It is quite simple to build if you use Flask for the API and Python for the machine learning in the backend.

So, to answer your question, such a service could be built on top of Heroku. I'm just not sure if Heroku can provide the performance you're looking for.

1 comments

I rephrased the question to make my intend clearer. I was referring to some sort of service like heroku, but Optimization as a Service sounds like the thing i am looking for.