ProcessDataSourceAnchors processDataSourceAnchors =
new ProcessDataSourceAnchors();
processDataSourceAnchors.setGatewayRegistry(gatewayRegistry);
// Optimiser: propagate gateway allocations
PropagateGatewayAllocations propagateGatewayAllocations =
new PropagateGatewayAllocations();
propagateGatewayAllocations.setGatewayRegistry(gatewayRegistry);
// All optimisers
List<Optimiser> optimisers = new LinkedList<Optimiser>();
optimisers.add(addCandidatePeDetails);
optimisers.add(addDataSourceAnchors);