there exists a general tool for doing things like this: http://www2.research.att.com/~njas/gosset/index.html
you can optimize over discrete parameters, continuous parameters, etc., by describing them, generating the experiments, and iterating. it's not simply an optimization tool, so requires more hands-on work, but it's quite good. s. On Wed, Jan 4, 2012 at 2:42 AM, Rémi Coulom <[email protected]> wrote: > You can have a bounded integer parameter. For instance: > IntegerParameter my_parameter 0 1 > > CLOP may not be the most efficient approach to tuning boolean parameters, > because it makes little sense to do quadratic regression over boolean > parameters. But it should work. > > Rémi > > On 4 janv. 2012, at 10:34, ds wrote: > >> Hello, >> >> I had a first look at CLOP and it seems really easy to use. Great! >> >> One question arises: Can I add bool Parameters, e.g. to enable playout >> features or must I change them by hand? >> >> Thanks a lot >> >> Detlef >> >> _______________________________________________ >> Computer-go mailing list >> [email protected] >> http://dvandva.org/cgi-bin/mailman/listinfo/computer-go > > _______________________________________________ > Computer-go mailing list > [email protected] > http://dvandva.org/cgi-bin/mailman/listinfo/computer-go _______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
