Custom workers (other languages)

We provide a special worker that can run any program as a task.

The task is the code that embeds the optim model and connects it to Optimization Server to retrieve the inputs and post the outputs.

To start with a simple example of a task, see how to create a Python task.

Once you have written the task, you can run the model with the worker shell.

If you want more details about this worker or need to use a programming language we don’t support yet, read the worker shell page.