mikeizbicki / HLearn

Homomorphic machine learning
Other
1.62k stars 138 forks source link

Added Brent's method with derivatives in Univariate.hs, proposed a type ... #52

Closed ehlemur-zz closed 9 years ago

ehlemur-zz commented 9 years ago

In this commit I

To make it compile I had to

Please let me know what you think

mikeizbicki commented 9 years ago

Fix the style issue and I'll merge the commit.

If you send me a reference to the submodular optimization algorithm you want to implement, I'll take a look and make sure things should go smoothly for you.

ehlemur-zz commented 9 years ago

Ok, I'll redirect these mails to my thesis advisor, so he knows about this process.

On Mon, Apr 6, 2015 at 6:07 PM, Mike Izbicki notifications@github.com wrote:

Fix the style issue and I'll merge the commit.

If you send me a reference to the submodular optimization algorithm you want to implement, I'll take a look and make sure things should go smoothly for you.

— Reply to this email directly or view it on GitHub https://github.com/mikeizbicki/HLearn/pull/52#issuecomment-90276321.

Edward Lesmes