linqs / psl

The PSL software from the University of Maryland and the University of California Santa Cruz
http://psl.linqs.org
Apache License 2.0
298 stars 100 forks source link

Slim Down External Libraries #111

Open eriq-augustine opened 5 years ago

eriq-augustine commented 5 years ago

Issue by eriq-augustine Tuesday Apr 11, 2017 at 00:27 GMT Originally opened as https://github.com/eriq-augustine/psl/issues/64


We use a decent number of external libraries. Some of which are old, unsupported, and/or slow. Take a look at all our dependencies and see if we actually need them.

(I'm looking at you de.mathnbits)

eriq-augustine commented 5 years ago

Comment by eriq-augustine Monday May 01, 2017 at 20:06 GMT


cern.colt.matrix.tdouble.algo.decomposition.DenseDoubleCholeskyDecomposition should also be a target. Some methods cannot be called by multiple threads concurently. See org.linqs.psl.reasoner.admm.term.SquaredHyperplaneTerm

eriq-augustine commented 5 years ago

Comment by eriq-augustine Thursday Jun 22, 2017 at 18:42 GMT


Use this as a opportunity to make sure we have clean output from mvn dependency:analyze.

eriq-augustine commented 5 years ago

Comment by eriq-augustine Wednesday Nov 22, 2017 at 21:00 GMT


This applies for psl-util and psl-experimental as well.