Re: Fantasy Baseball Lineup Optimization

2013-09-14 Thread Matthew Rocklin
Perhaps a bit intense but this problem might lend itself to mixed integer linear programming. MILP is a very broad formulation of optimization problems. Optimal solution of MILP problems is NP-Hard but very mature software solutions exist. I don't know what's out there in Clojure land for th

Complex network algorithms

2012-06-21 Thread Matthew Rocklin
Is there a central repository for graph/complex network algorithms? Specifically I'm interested in algorithms intended for larger graphs like centrality measures, clustering coefficients, etc... -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post

Re: Term rewriting systems implemented in Clojure

2012-04-20 Thread Matthew Rocklin
ore.logic not so much. People are > doing interesting things with it but in order to get proficient it requires > quite a bit of reading and research into miniKanren and Prolog. > > David > > > On Fri, Apr 20, 2012 at 8:43 AM, Matthew Rocklin wrote: > >> I felt like I was s

Re: Term rewriting systems implemented in Clojure

2012-04-20 Thread Matthew Rocklin
x27;t you like about Maude? > > On Wed, Apr 18, 2012 at 10:05 PM, Matthew Rocklin wrote: > >> Hello, >> >> << As a disclaimer I know very little about this topic or about Clojure; >> please be kind. >> >> >> Background: >> I'

Term rewriting systems implemented in Clojure

2012-04-19 Thread Matthew Rocklin
Are there examples of term rewriting systems written in Clojure? If not, how difficult would this be? Are there suggested ideas or directions on implementation? I suspect that core.logic's unification system can be leveraged to perform much of the work. Best, -Matthew Rocklin <http://matth