Human-aware PGMs and Probabilistic Inference via Lifted Model Reconciliation (HAPPI)
|
|
More Information can be found here
This work was partially funded by the Ministry of Culture and Science of the German State of North Rhine-Westphalia.
cd HAPPI
julia --project=.
]
instantiate
Prepare and Run the Tests
cd HAPPI/test
julia --project=.
]
dev ../
instantiate
cd HAPPI/test
julia --project=. runtests.jl
cd HAPPI
julia --project=.
]
add package_name
Prepare and Build the Documentation
- Notice: because of API changes the Documentation does not build currently. This will be updated soon.
cd HAPPI/docs
julia --project=.
]
dev ../
add Documenter
cd HAPPI/docs
julia --project=. make.jl