Examples of startUpdateEmpty()


Examples of com.barrybecker4.game.twoplayer.go.board.GoProfiler.startUpdateEmpty()

        float delta = calcAbsoluteHealth();
        if (GoController.USE_RELATIVE_GROUP_SCORING)  {
            delta = calcRelativeHealth(prof, delta);
        }
        prof.startUpdateEmpty();
        if (isEndOfGame) {
            EmptyRegionUpdater emptyUpdater = new EmptyRegionUpdater(board_,  analyzerMap_);
            delta += emptyUpdater.updateEmptyRegions();
        }
        prof.stopUpdateEmpty();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.