Python Optimization Asynchronous Plumbing.
POAP provides an event-driven framework for building and combining asynchronous optimization strategies.
The basic ingredients are a controller capable of asking workers to run function evaluations and a strategy for choosing where to sample. The strategies send the controller proposed actions, which the controller then accepts or rejects; the controller, in turn, informs the strategies of relevant events through callback functions.