arrow-up icon

Online Demos & Tutorials

Experience Fixstars Amplify in your browser through demo applications

deco-dots-4 decoration
deco-blob-6 decoration
graphical divider

Experience Amplify now

You can experience Amplify applications and tutorials on your web browser.Start using Amplify SDK and AE interactively on the web based development environment below. 

Image
Tutorials (basics) decoration

Amplify 101

Difficulty Level decoration decoration decoration decoration decoration

In this tutorial, we will learn the basics of solving combinatorial optimization problems with Amplify.

Image
Tutorials (basics) decoration

Combinatorial Optimization

Difficulty Level decoration decoration decoration decoration decoration

Number partitioning is a typical combinatorial optimization problem. In this tutorial, we will use Amplify to solve a number partitioning problem.

Image
Tutorials (basics) decoration

Image Noise Reduction

Difficulty Level decoration decoration decoration decoration decoration

Combinatorial optimization can be used for noise reduction. Here, we will implement a combinatorial optimization solver to reduce noise in an image.

Image
Tutorials (basics) decoration

Using Polynomials

Difficulty Level decoration decoration decoration decoration decoration

This tutorial introduces the Amplify feature to formulate objective functions using polynomials.

Image
Tutorials (applied) decoration

Imposing Constraints on Decision Variables

Difficulty Level decoration decoration decoration decoration decoration

This tutorial describes how to impose constraints on the decision variables in Amplify SDK.

Image
Tutorials (applied) decoration

Meeting Room Allocation Problem

Difficulty Level decoration decoration decoration decoration decoration

In this tutorial, we will develop an application to solve a meeting room allocation problem based on constrained combination optimization.

Image
Tutorials (applied) decoration

Taxi Matching Problem

Difficulty Level decoration decoration decoration decoration decoration

Here, we solve a taxi matching problem, where the cost of dispatching a taxi is minimized given multiple customers and multiple taxi locations.

Image
Tutorials (applied) decoration

Using Different Machines

Difficulty Level decoration decoration decoration decoration decoration

This example code contains the minimal code for using all available machines with Amplify SDK.

Image
Demo Application decoration

Graph Coloring Problem

Difficulty Level decoration decoration decoration decoration decoration

In this tutorial, we solve a graph coloring problem, where we assign colors to the vertices of a graph under given constraints.

Image
Demo Application decoration

Traveling Salesman Problem

Difficulty Level decoration decoration decoration decoration decoration

In this tutorial, we learn the traveling salesman problem and implement a solver.

Image
Demo Application decoration

Sudoku

Difficulty Level decoration decoration decoration decoration decoration

Sudoku is a popular number-placement puzzle. Here, we learn how to formulate and implement a Sudoku solver as a combinatorial optimization problem.

Image
Demo Application decoration

Ride Sharing

Difficulty Level decoration decoration decoration decoration decoration

In this tutorial, we optimize the assignment of people and cars for collective ridesharing, to minimize the distance traveled by each person and the number of cars.