probabilistic-js icon indicating copy to clipboard operation
probabilistic-js copied to clipboard

Turning Javascript into a probabilistic programming language

Results 3 probabilistic-js issues
Sort by recently updated
recently updated
newest added

Want to distinguish the XRP constructor from specific XRP function objects. (Ie switch to a make-xrp style method like in Bher.) Since probjs doesn't have a problem with state, can...

Currently just samples a value and keeps going. This could give silent incorrect behavior. (It's that way because lessdumb init wants samples continuous values...)

It would be neat to have p-map available (at least when run via node on server). This simply runs a thread (or node process) for each item in a list,...

enhancement