module that tries to solve equations
[email protected] (gidon) Tue, 4 Jun 2002 14:02:35 -0400 (EDT)
| Newsgroups | perl.ai |
|---|---|
| Message-ID | <[email protected]> |
or rather from a programmer's perspective it tries to find a set of parameters for a function such that that function equals a particular value. I hope to add this to CPAN if you guys think it's worthwhile. What I need to figure out is what to call it and where to put it. I think it is AI because to me search is AI. But then again search is search. But search against all odds a space that is unknown might be more AI than searching a list. Here is a link. I've never loaded any modules to CPAN so bare with me :) Here is the code: http://www.gidon.com/scratch/goal_seeker.pm.txt Looking forward to any and all comments. Hope you like it, Gidon