[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [computer-go] Evaluation function / move ordering for gnugo
Jeffrey Rainy wrote:
> Hi,
>
> I've developped an evaluation function for Go that I'd like to test in an
> existing program. Is it easy to replace gnugo's move ordering and/or
> evaluation function by another one ?
What do you mean by evaluation? Global position reading (like those used in
less sofisticated games, e.g. Othello)? Then GNU Go is not your choice:
among half a dozen readers in GNU Go there is no global one. And in general,
there are no compact evaluation functions in GNU Go. Evaluation is either
separated into move selection and move ordering (e.g. tactical and connection
readers) or is scattered among many functions (e.g. life-and-death reading and
final move valuation).
> P.S.: I didn't find a mailing list for gnugo development. Is there one ?
gnugo-devel@xxxxxxxxxxxxxxxxx
Paul
_______________________________________________
computer-go mailing list
computer-go@xxxxxxxxxxxxxxxxx
http://computer-go.org/mailman/listinfo/computer-go