in reply to Re: Artificial Intelligence Exchanging Heuristic
in thread Artificial Intelligence Exchanging Heuristic

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

  • Comment on Re^2: Artificial Intelligence Exchanging Heuristic

Replies are listed 'Best First'.
Re^3: Artificial Intelligence Exchanging Heuristic
by LanX (Saint) on Mar 03, 2015 at 02:34 UTC
    > 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
Re^3: Artificial Intelligence Exchanging Heuristic
by GotToBTru (Prior) on Mar 03, 2015 at 05:32 UTC

    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