Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Random factor in static evaluation!

Author: Tiago Ribeiro

Date: 01:24:29 06/16/01

Go up one level in this thread


On June 15, 2001 at 17:03:38, Gian-Carlo Pascutto wrote:

>On June 15, 2001 at 16:41:06, Tiago Ribeiro wrote:
>
>>Why not introduce some random factor in static evaluation?
>>
>>Example:
>>
>>srand( time ( 0 ) );
>>
>>char ten = 7 + rand() % 5;
>>char fif = 12 + rand() % 6;
>>...
>>
>>#define DB_P_PENALTY	ten
>>#define BAD_BISHOP 	fif
>>
>>etc.,etc
>
>That's not going to compile in any language I know of...


Why not?

I already made it in pure C!

Tiago



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.