Page 1 of 1

Some Fundamental Ideas

Posted: Thu Jun 13, 2013 11:28 am
by look
Some of the original ideas could not be mine.

Chess and Coding:
{
The core of A.I. is constraint satisfaction.

1.Put the pieces where they can be placed reasonably;(Capture ordering).
2.Minimize defensive contact, Maximise offensive contact;(Contactness).

then:

1.Reduce search graph : Eliminate the contradiction; (Including Blunders as in my games).
2.Beautines : Beauty is Art and Art is Beauty.
}