emulating evaluation of free source programs
Posted: 08 Aug 2005, 05:06
How much time do programmers need to emulate fruit's evaluation in their chess program?
Note that speed of the evaluation is not important in this discussion but it is important not to use the data structure of fruit and it is important to be correct and give the same evaluation as fruit(it may be productive to add to fruit a function that read games and calculate all the component of fruit's evaluation for every position in the games and print the sum of the evaluation of every component to a text file).
What about other strong free programs with source code?
Did programmers try this task as an exercise in order to improve themselves in avoiding bugs in the evaluation?
Uri
Note that speed of the evaluation is not important in this discussion but it is important not to use the data structure of fruit and it is important to be correct and give the same evaluation as fruit(it may be productive to add to fruit a function that read games and calculate all the component of fruit's evaluation for every position in the games and print the sum of the evaluation of every component to a text file).
What about other strong free programs with source code?
Did programmers try this task as an exercise in order to improve themselves in avoiding bugs in the evaluation?
Uri