There is similar functionality in the code already where you can add noise to the evaluation. You might want to look at that.
Christian. On Wed, Jun 9, 2010 at 8:07 PM, Thomas A. Moulton <[email protected]> wrote: > Thanks, I found it. > > Maybe I should explain what I am working on. > > I am working on the Playing bots for FIBS. > > I'd like to add a command that displays moves in the Plain format > since it is a lot of work to expand the pretty format that is used. > > We have also found it hard to weaken the playing strength without > it making some really dumb moves at times. > > What I am looking at doing is adding a command like: > > HINTBOT 5 0.020 > > Which will return a random move from the top best 5 with a loss > of equity limit of 0.020 > > I know I could parse the HINT list and pick one, it is just so > much easier to do in gnubg. > > Once I get this working I'd like to commit it to cvs. > > Is that ok? > > I do have write privs. I can give you a patch file if you want > to review the changes before I commit. > > tom >> >> The C compiler isn't very good at consts, the typedef ConstTanBoard should >> be >> used if it isn't changed. >> >> Jon > > _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
