mikeizbicki / HLearn

Homomorphic machine learning
Other
1.62k stars 138 forks source link

Fixed identation and... #53

Closed ehlemur-zz closed 9 years ago

ehlemur-zz commented 9 years ago

Fixed the identation. Uncommented line 159 in subhask.cabal so that dbrenttest works. Without it I get

Loading package HLearn-2.0.0.0 ... can't load .so/.DLL for: /home/lemur/.cabal/lib/x86_64-linux-ghc-7.8.3/HLearn-2.0.0.0/libHSHLearn-2.0.0.0-ghc7.8.3.so (/home/lemur/.cabal/lib/x86_64-linux-ghc-7.8.3/HLearn-2.0.0.0/libHSHLearn-2.0.0.0-ghc7.8.3.so: undefined symbol: HLearnzm2zi0zi0zi0_HLearnziOptimizzationziLineMinimizzationziMultivariate_zdwlineSearchBrent_info)

when trying to execute dbrent_test_ in ghci

mikeizbicki commented 9 years ago

Nice job! Thanks!

ehlemur-zz commented 9 years ago

It's a pleasure :-) I'm taking a look at how sub modular function optimization has been implemented here and here. I'll let you know when I pick a reference to start coding. Thanks a lot!