jaberg / pyll

3 stars 5 forks source link

have a complete working replacement of genson and genson_helpers #2

Open yamins81 opened 12 years ago

yamins81 commented 12 years ago

For users of genson (such as myself), ... pyll is currently not a complete working replacement, so code that depends heavily on genson and hyperopt must stil use old versions of all that.

It is critical for moving to pyll (which I think would be a good idea sooner rather than later) that pyll support genson completely, with a simple drop-in replacement. Genson have a good interface for a variety of tasks -- especially sampling -- which pyll seems less suited to. These are important tasks for our purposes, I think.

I will assume that I will assign myself to this issue ...

jaberg commented 12 years ago

Sounds good - how about aiming for a pyll.genson module that provides exact same API as genson?