plasmodic / ecto

ecto is a dynamically configurable Directed Acyclic processing Graph (DAG) framework.
http://ecto.willowgarage.com/
BSD 3-Clause "New" or "Revised" License
97 stars 37 forks source link

new BlackBox design #213

Closed vrabaud closed 11 years ago

vrabaud commented 11 years ago

The goal is to have static declare_io/declare_params and be more strict about what happens when. This is the first shot: tests pass (there are more tests) and it fits all the user case of the Object Recognition kitchen.

At this point, I am looking for generic comments: API and naming.