GNU Go Documentation
2.2.4 Experimental Options
There are a number of experimental configure options. For example
you can ./configure --enable-experimental-semeai or
./configure --disable-experimental-semeai to turn
the experimental reading module on or off. If you want to
find out what experimental options were compiled into your
GNU Go binary you can run gnugo --options to find
out.
experimental-semeai. Use the new semeai module based on
the owl code.
experimental-influence. Use the experimental influence
module. Enabled by default.
experimental-connections. Use the experimental connection
analysis. Enabled by default.
alternate-connections. Use in conjunction with
experimental-connections. Uses an alternative implementation of
the experimental connection analysis. Enabled by default.
owl-threats. Compute owl threats. This makes GNU Go
stronger but can make the program slower. Enable this option if you have a
fast CPU.