You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get rid of a large number of dependencies and make it easier to maintain and extend the kernel function, I've reimplemented the kernel in R. As expected, it is slower than the original C-igraph implementation. Unfortunately it is a lot slower. We're going to have to make the parallel library a prerequisite and use mclapply as much as possible. See test.speciation.model.
See also #142 and #143
The text was updated successfully, but these errors were encountered:
To get rid of a large number of dependencies and make it easier to maintain and extend the kernel function, I've reimplemented the kernel in R. As expected, it is slower than the original C-igraph implementation. Unfortunately it is a lot slower. We're going to have to make the
parallel
library a prerequisite and use mclapply as much as possible. Seetest.speciation.model
.See also #142 and #143
The text was updated successfully, but these errors were encountered: