ProbabilityModels.jl icon indicating copy to clipboard operation
ProbabilityModels.jl copied to clipboard

Example in the README is not working.

Open TFbruv opened this issue 4 years ago • 2 comments

Tried running the example in the README. Unable install few of the dependencies. How to get this working?

TFbruv avatar May 04 '21 23:05 TFbruv

It hasn't worked since early/mid November 2019, relying on (at that time) unregistered dependencies. Getting it to work wouldn't be trivial, but perhaps picking a date from early November 2019, and then finding a commit from that time of each of its dependencies should work.

I'd like to revive this some day, but it wouldn't be anytime soon.

chriselrod avatar May 05 '21 00:05 chriselrod

Prerequisites for a revival would be:

  1. Get LoopVectorization to 1.0, which will require a rewrite.
  2. Get AD working for it, e.g. following the approach from here: https://github.com/chriselrod/ReverseDiffExpressions.jl/issues/2

This would allow supporting a much broader array of expressions than it did before.

chriselrod avatar May 05 '21 00:05 chriselrod