You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow for creating a script that can be run which can asks the appserver to solve many different scenarios in order to build up a large set of cached results. The idea is that if we had a definition that took a minute to solve for each iteration we could create a script that ran a large series of parameters and we could have 1,000+ cached solutions after a day of hitting compute. Cached results will take milliseconds to return instead of a minute each. Load balancing out to multiple compute instances would increase this number per day
The text was updated successfully, but these errors were encountered:
Allow for creating a script that can be run which can asks the appserver to solve many different scenarios in order to build up a large set of cached results. The idea is that if we had a definition that took a minute to solve for each iteration we could create a script that ran a large series of parameters and we could have 1,000+ cached solutions after a day of hitting compute. Cached results will take milliseconds to return instead of a minute each. Load balancing out to multiple compute instances would increase this number per day
The text was updated successfully, but these errors were encountered: