Overview
OptQuest is a simulation optimization engine, built on a truly unique set of powerful algorithms and sophisticated analysis techniques including metaheuristics optimization, evolutionary algorithms, tabu search and scatter search, to name a few. The OptQuest WebAPI provides access to the OptQuest engine via a web server hosted on AWS. The available endpoints make it possible to explore problem search spaces for any (simulation) optimization without a custom wrapper to serve as the interface between your simulation and the OptQuest Engine.
Highlights
- OptQuest Engine WebAPI
Details
Typical total price
$2.046/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
Free trial
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.small | $2.00 | $0.023 | $2.023 |
t2.medium Recommended | $2.00 | $0.046 | $2.046 |
t2.large | $2.50 | $0.093 | $2.593 |
t2.xlarge | $3.00 | $0.186 | $3.186 |
t2.2xlarge | $4.00 | $0.371 | $4.371 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
We do not currently support refunds, but you can cancel at any time.
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Initial release
Additional details
Usage instructions
The OptQuest WebAPI requires a subscription to an OptQuest WebAPI Amazon Machine Image (AMI). The WebAPI service will start automatically when the AMI is instantiated as an EC2 Instance. The web service's root page will be accessible on port 5000, for example: http://ec2-52-90-228-144.compute-1.amazonaws.com:5000/ Once the web server hosted on the AMI is running, access to the engine functionality is achieved through standalone HTTP requests with JSON request bodies as needed. These requests can be executed in custom scripts so that the service can be leveraged to solve optimization problems in an automated manner.
API Endpoints The OptQuest WebAPI provides an HTTP interface for the OptQuest Workflow.
- Create Optimization POST /createOptimization Creates a new optimization by define inputs, outputs, objectives, and constraints.
- Create New Solution POST /optimization/<optimization_id>/createSolution Creates a new solution with inputs to evaluate
- Return Evaluated Solution PUT /optimization/<optimization_id>/<solution_id>/submitSolution Returns a solution with outputs that have been evaluated
- Delete Optimization DELETE /optimization/<optimization_id> Clears the Optimization from memory
- Get All Solutions GET /optimization/<optimization_id>/suggestedSolutions Returns list of all solutions for the optimization
- Get Best Solution GET /optimization/<optimization_id>/getBestSolution Checks if the optimization is single or multi-objective. If single, returns the best solution. If multi, returns a list of all points on the frontier
Resources
Vendor resources
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.