Open GoogleCodeExporter opened 9 years ago
An important concrete issue that is relevant to this is to encapsulate
refinement and coarsening state in the Synoptic core, instead of having the
library clients maintain it.
Original comment by bestchai
on 17 Dec 2011 at 3:42
I'm currently working on this, but the target use case for Synoptic as a library has shifted since this issue's inception 4.5 years ago. :)
The goal described above of allowing manipulation of individual parts of the model inference process--e.g., refinement and coarsening--is not something I'm addressing now. This could be split into another issue if it's still desired. However, the overarching goal of allowing other applications to use Synoptic as a black box remains.
The current vision for the Synoptic library is one where applications can call Synoptic directly, use the application's own desired event types (not just Strings), and receive the output graph in intuitive graph objects. This involves three major enhancements:
Original issue reported on code.google.com by
bestchai
on 5 May 2011 at 12:11