On Fri, Jun 8, 2012 at 12:30 AM, David Jacobs <da...@wit.io> 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? > > [0] http://octave.sourceforge.net/octave/function/fminunc.html
Perhaps Incanter has something suitable? http://liebke.github.com/incanter/optimize-api.html#incanter.optimize/non-linear-model Couldn't say for sure if this is exactly what you're looking for but if nothing else, you get a lot of building blocks to build upon. Lars Nilsson -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en