cruise icon indicating copy to clipboard operation
cruise copied to clipboard

Generalize optimizer to support many frameworks

Open jsjason opened this issue 9 years ago • 0 comments

The current optimizer is strongly coupled to Dolphin: OptimizationOrchestrator, MetricsReceiver, CostCalculator, and DefaultPlanExecutor. However the optimizer should be as general as possible since our ultimate goal is to support all kinds of frameworks, not only Dolphin. In particular, we should consider how a new asynchronous application framework (dolphin-async?) uses EM and the optimizer.

jsjason avatar Dec 22 '15 08:12 jsjason