> Is it possible for someone to modify gnubg to have weights files of
> different dimensions for contact, race and crashed nets?
>

I'm browsing the code, and for a different number of hidden nodes, I simply
think it's possible to replace the hard coded 32's in Evaluate128() with
(nn->cHidden >> 2)

The function itself could be renamed to EvaluateSSE such that it indicate
any number of hidden nodes. And maybe a check that nn->cHidden is a multiple
of 4.

I've not checked this, so please someone verify before committing to
repository. I guess I can generate a weights file with the new neural net if
someone is interested in testing it.

-Øystein
_______________________________________________
Bug-gnubg mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to