bertdv / BMLIP

Course 5SSD0 - Bayesian Machine Learning and Information Processing
http://bmlip.nl
Other
36 stars 19 forks source link

Update Project.toml #48

Closed bertdv closed 2 years ago

bertdv commented 2 years ago

Is the Project.toml file up to date? I may not understand how Project.toml (and I m sorry if i say nonsense here) but I see dependency on ForneyLab (shouldn't this be removed?), and no dependency on reactiveMP

Screen Shot 2022-10-11 at 15 00 24

Also, in the Gaussian distributions lesson, I see a dependency on the hCubature package, and get an error, but I don't see the hCubature package listed in Project.toml

Screen Shot 2022-10-11 at 15 03 43

In teh Discriminative classification lesson, I get an error since teh Optim package is not found:

Screen Shot 2022-10-11 at 17 17 48

In principle, the notebooks should run for anybody who has installed Julia. Please update the Project.toml file.

abpolym commented 2 years ago

can be closed as soon as the updated Probabilistic Programming notebooks

wouterwln commented 2 years ago

@abpolym could we not remove the dependency on ForneyLab? The idea is to migrate everything to ReactiveMP, right?

bertdv commented 2 years ago

@wouterwln teh code in the intelligent agents lecture notes uses an example of a FEP agent encoded in ForneyLab. We will keep using it for teh coming lecture series and substitute by a ReactiveMP example in the Nov 2023 year.

bertdv commented 2 years ago

@abpolym can this issue be closed now?