The workstation layer is responsible for executing a single task, and
sending the result back to the server layer. Each task is received from
the server layer with the task information as specified in table
1.1. The worker process then resolves a dispatcher process
from the task description that is to be used to evaluate the task. When the
correct dispatcher is located, this dispatcher will be executed with
the task that has to be evaluated. From the dispatcher, the worker will
receive a result in terms of fitness, which it then relays back to the
server layer.
Jesse van den Kieboom
2014-02-26