NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Hmm... (Score:2)
Re:Hmm... (Score:1)
Bill
# I had a sig when sigs were cool
use Sig;
Re:Hmm... (Score:1)
> relaxation / constraint techniques like the
> Simplex method of Linear programming?
The only thing I know about linear programming is that my grad-student friend is taking a course in it and he's working his ass off...
Genetic algorithms are an interesting idea for this control style. My thinking (and my toy implementation [luqui.org]) was that you would specify a class of functions, and it would find which function in that class that mapped a given input to a given output. But it could be argued that that's just logic programming (find me function objects that satisfy the constraint that they map this input to this output). Genetic algorithms take a bunch of inputs and outputs and try to find the most general function that covers all of them, which seems closer to the mark, in that it is farther from logic programming. Genetic algorithms are a specific "solution method" to this style of problem. I wonder what the others are...
Reply to This
Parent