Some Fundamental Ideas

Code, algorithms, languages, construction...
Post Reply
look
Posts: 6
Joined: Sat Jun 12, 2010 8:15 am
Real Name: Mehdi Amini Valashani son of Bahram
Location: Iran

Some Fundamental Ideas

Post by look » Thu Jun 13, 2013 11:28 am

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.
}

Post Reply