[Computer-go] CLOP and BOOL Parameters
steve uurtamo
uurtamo at gmail.com
Wed Jan 4 03:40:38 PST 2012
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 <Remi.Coulom at free.fr> 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
>> Computer-go at dvandva.org
>> http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
>
> _______________________________________________
> Computer-go mailing list
> Computer-go at dvandva.org
> http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
More information about the Computer-go
mailing list