Skip to content

Implementation of the Sequential Monte Carlo - Approximate Bayesian Computation algorithm using BioDynaMo

Notifications You must be signed in to change notification settings

nicogno/bdm_smc_abc

Repository files navigation

To make armadillo functions work, we need to

1 - include the library: #include

2 - link blas and lapack in the CMake file:

bdm_add_executable(${CMAKE_PROJECT_NAME}
HEADERS ${PROJECT_HEADERS}
SOURCES ${PROJECT_SOURCES}
LIBRARIES ${BDM_REQUIRED_LIBRARIES} lapack blas)

About

Implementation of the Sequential Monte Carlo - Approximate Bayesian Computation algorithm using BioDynaMo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published