Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Advantage of MVV\LVA over MVV

Author: Cesar Contreras

Date: 13:21:22 08/02/04

Go up one level in this thread


>
>Did you use attacker values instead of attacker *indexes*?
>

Thanks for your replay.
Yes, i use attacker values, is it wrong?.

For MVV\LVA i do:
value_capture=(piece_value[victim_piece_type]-piece_value[attacker_piece_type]);

And for MVV i only do:
value_capture=piece_value[victim_piece_type];

i use dose values to order captures.
piece_value it's an array with the values of every kind of piece.





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.