crafty 23.3 bug:eval

Discussion of chess software programming and technical issues.

Moderator: Ras

jarkkop
Posts: 198
Joined: Thu Mar 09, 2006 2:44 am
Location: Helsinki, Finland

crafty 23.3 bug:eval

Post by jarkkop »

Is the eval broken in Crafty 23.3?

I am not able to change eval parameters. e.g.

eval 1 101

- Jarkko
jarkkop
Posts: 198
Joined: Thu Mar 09, 2006 2:44 am
Location: Helsinki, Finland

Re: crafty 23.3 bug:eval

Post by jarkkop »

It seem it has changed to

pers 11 101 101
bob
Posts: 20943
Joined: Mon Feb 27, 2006 7:30 pm
Location: Birmingham, AL

Re: crafty 23.3 bug:eval

Post by bob »

jarkkop wrote:Is the eval broken in Crafty 23.3?

I am not able to change eval parameters. e.g.

eval 1 101

- Jarkko
I think this has all been collapsed into the "personality" command for simplicity.

Try "personality list" (or "pers list")

then you can do the same thing as before, except that you use "pers 1 0" to disable check extensions, for example. It is all part of the personality code, but I think this was changed farther back than 23.3...