This document describes a distributed implementation of a multi-objective evolutionary algorithm called EMO using the Offspring framework. Offspring allows rapid deployment and execution of evolutionary algorithms on distributed computing environments like enterprise clouds. The key points are:
1. Offspring is a plug-in based framework that makes it easy to distribute evolutionary algorithms on enterprise clouds with minimal coding effort.
2. A distributed implementation of EMO was developed as an Offspring plug-in by defining a coordination strategy to distribute serial executions across nodes and apply migrations between iterations.
3. Preliminary results show Offspring can leverage cloud computing power to solve large multi-objective optimization problems in a reasonable time by distributing the computation load of evolutionary algorithms.