in reply to Artificial Intelligence Exchanging Heuristic

What do you have so far? What did Super Search come up with? Is this a Perl question or more of an AI methodology question?

Dum Spiro Spero
  • Comment on Re: Artificial Intelligence Exchanging Heuristic

Replies are listed 'Best First'.
Re^2: Artificial Intelligence Exchanging Heuristic
by nat47 (Sexton) on Mar 03, 2015 at 02:05 UTC
    I didn't find anything when searching or google with site:perlmonks.org

    I'm just trying to see this heuristic in code instead of described. I'd like to write it, but I've got no idea how to start. This is a perl question since I want to see it implemented in perl. The description is available in my OP link

      > The description is available in my OP link

      Look, the first step to solve a problem is to describe the problem in own words.

      Then some might be interested to discuss and help.

      Giving us a link to a (google preview) book and expecting Perl code in return is pretty much like a payed job task.

      I have problems to see many people wanting to do that for free...

      Cheers Rolf
      (addicted to the Perl Programming Language and ☆☆☆☆ :)

      PS: Je suis Charlie!

        My apologies, I wasn't trying to get 'free' perl code for doing nothing, I was just hoping someone had seen this before and could point me to a demo program or something. Anyways, I wrote some code, http://perlmonks.org/?node_id=1118622

      Turning algorithms into code usually begins with decomposing the algorithm into steps. I'm not familiar with this topic myself, but I've attempted to write AI code myself, and that was the approach I used.

      Dum Spiro Spero