Package | Description |
---|---|
s3games.player |
Modifier and Type | Class and Description |
---|---|
class |
MonteCarloClassicPlayer
This is the default version of monte carlo player, it only
looks at the number of won trials compared to the number of all trials
|
class |
MonteCarloRatioPlayer
A version of a monte-carlo player that calculates the winning trials
scaled with a quotient that is calculated as a multiply of 1/N_i constants,
where N_i is branching in the opponent move state.
|
class |
MonteCarloRatioPlayer2
Monte carlo player where trials have differnt weight - depending
on the depth of the trial - the deeper the trial (the more moves needed),
the lower its contribution to the overall scores
|