Re: Function minimizer a la fminunc

2012-06-10 Thread David Jacobs
I took it last year. I've started to build out a library, first slowly but now with a little more focus: github.com/davejacobs/ml. So far it's a lot of fun! I could definitely be interested in collaborating. (fminunc doesn't look like it would be impossible to port.) On Sunday, June 10, 2012 4:

Re: Function minimizer a la fminunc

2012-06-10 Thread Jason Lewis
David - You aren't taking the Stanford/Coursera ML class by any chance, are you? I was just starting to look into porting some of that stuff over from Octave to Clojure. Jason Lewis On Sun, Jun 10, 2012 at 8:24 AM, Lachlan wrote: > maybe http://commons.apache.org/math/apidocs/index.html w

Re: Function minimizer a la fminunc

2012-06-10 Thread Lachlan
maybe http://commons.apache.org/math/apidocs/index.html will help? - lk On Jun 10, 2012 7:09 AM, "David Jacobs" wrote: > Thanks! That section of Incanter must be new, I haven't seen it till now. > Will check it out and report back. > > > On Friday, June 8, 2012 at 7:15 AM, Lars Nilsson wrote: >

Re: Function minimizer a la fminunc

2012-06-09 Thread David Jacobs
Thanks! That section of Incanter must be new, I haven't seen it till now. Will check it out and report back. On Friday, June 8, 2012 at 7:15 AM, Lars Nilsson wrote: > On Fri, Jun 8, 2012 at 12:30 AM, David Jacobs (mailto:da...@wit.io)> wrote: > > Has anyone written a function minimizer in Cloj

Re: Function minimizer a la fminunc

2012-06-08 Thread Lars Nilsson
On Fri, Jun 8, 2012 at 12:30 AM, David Jacobs wrote: > Has anyone written a function minimizer in Clojure (or in Java)? I want > something like Octave's fminunc [0], where I can pass in a function and a > parameter list and find the parameters that minimize the function. Anyone > know of one? > >