A B C D E F G H I L M N O P R S T U V W X Y 

U

update(Graphics) - Method in class s3games.gui.BoardCanvas
we override the update() method to avoid the flickering
updateRatio(GameState, Set<Move>) - Method in class s3games.player.AbstractMonteCarloPlayer
update the ratio depending on the branching in the current state
updateRatio(GameState, Set<Move>) - Method in class s3games.player.MonteCarloClassicPlayer
classical monte-carlo does not update the ratio
updateRatio(GameState, Set<Move>) - Method in class s3games.player.MonteCarloRatioPlayer
opponent moves are taxing the ratio depending on the state neighborhood size
updateRatio(GameState, Set<Move>) - Method in class s3games.player.MonteCarloRatioPlayer2
update the current trial ratio every time a move is made
A B C D E F G H I L M N O P R S T U V W X Y