JobGraphUtils.connect(models, mapper, ChannelType.NETWORK, DistributionPattern.BIPARTITE);
JobGraphUtils.connect(mapper, output, ChannelType.NETWORK, DistributionPattern.POINTWISE);
// -- instance sharing -------------------------------------------------------------------------------------
SlotSharingGroup sharing = new SlotSharingGroup();
points.setSlotSharingGroup(sharing);
models.setSlotSharingGroup(sharing);
mapper.setSlotSharingGroup(sharing);
output.setSlotSharingGroup(sharing);