[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: f(x) and NN



From: P.J.Leonard <P.J.Leonard@xxxxxxxxxxxxxxxxx>
...
if moveSuggest() is perfect you do not need evaluate()
if  evaluate() is perfect you can suggest all possible moves and do a 1
ply search.

:- That's what I think only one function is enough, and evaluate() is more
fundamental. Only when evaluate() is not perfect enough, do we need few
plies to improve the result, or moveSuggest() to provide move candidates.

Weimin