[computer-go] Automated genetic parameters tuning

dhillismail at netscape.net dhillismail at netscape.net
Fri Mar 7 17:33:26 PST 2008


It's almost always better to just write your own. Or you might want to consider using a particle swarm optimizer instead.
http://www particleswarm.info/Standard_PSO_2006.c?has source code I found useful.
http://www.particleswarm.info/Programs.html?has lots of other implementations to choose from.

Either way, coding it up is easy; deciding on a practical fitness function is hard.

- Dave Hillis

-----Original Message-----
From: Petr Baudis <pasky at ucw.cz>
To: computer-go at computer-go.org
Sent: Fri, 7 Mar 2008 6:41 pm
Subject: [computer-go] Automated genetic parameters tuning



  Hi,

  does anyone know of any pre-made open framework using genetic
algorithms that one could use to tune various parameters of a bot? I
have about 6 independent parameters for my bot so far that I would like
to find best values for (from domain-specific knowledge hint rates to p
parameter of the UCB1 formula), and I would hate to do redundant work
implementing such a framework on my own.

  Thank you,

-- 
                Petr "Pasky" Baudis
Whatever you can do, or dream you can, begin it.
Boldness has genius, power, and magic in it.    -- J. W. von Goethe
_______________________________________________
computer-go mailing list
computer-go at computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://computer-go.org/pipermail/computer-go/attachments/20080307/82adef74/attachment.htm


More information about the computer-go mailing list