I know all of this, tilly. In fact, I think we've discussed part of this before (but I'm too lazy to go look up the node, assuming it wasn't by /msg).

What I'm doing is exploring to see if I can get a program to learn about shapes and pressure, then make decisions based on that. Part of the problem that the standard alpha-beta algorithms have had is that they used static board evaluations - evaluations of this position without any concept of where this position may or may not go. I want to try and use a more dynamic evaluation.

And, yes, I know this is exponentially more difficult to program than static evaluations. *grins* Therein lies the challenge, neh? :)

Once I get going into it and have my theory actually start to make some real moves, I'll probably throw a Meditation up there on the concepts I'm using and see what happens when people who actually have working braincells bang on it. Till then, I'm gonna be sorta mum.

------
We are the carpenters and bricklayers of the Information Age.

Vote paco for President!


In reply to Re: Re (tilly) 3: OO vs. global variables... by dragonchild
in thread OO vs. global variables... by dragonchild

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.