Property | Type | Description | |
---|---|---|---|
gameConfig | |||
numberOfGames | int | ||
playerActions | PlayerAction[] | ||
rotateWhoStartsFirst | bool | ||
totalGameCount | int |
Method | Description | |
---|---|---|
Compare ( PlayerAction player1, PlayerAction player2, int numberOfGames = 100, bool rotateWhoStartsFirst = false, bool shouldParalell = false, bool gatherStats = true ) : |
||
ComparePlayers ( GetLogForGame getHumanReadableLogWriter = null, GetLogForGame getDebugLogWriter = null, bool shouldParallel = true, bool gatherStats = true, CreateGameLog createGameLog = null, int randomSeed ) : |
||
GetHumanReadableGameLog ( int gameNumber ) : string | ||
GetPlayerOrderForGameNumber ( int gameNumber ) : int[] | ||
StrategyComparison ( PlayerAction playerActions, |
||
StrategyComparison ( PlayerAction player1, PlayerAction player2, |
||
StrategyComparison ( PlayerAction player1, PlayerAction player2, PlayerAction player3, |
public static Compare ( PlayerAction player1, PlayerAction player2, int numberOfGames = 100, bool rotateWhoStartsFirst = false, bool shouldParalell = false, bool gatherStats = true ) : |
||
player1 | PlayerAction | |
player2 | PlayerAction | |
numberOfGames | int | |
rotateWhoStartsFirst | bool | |
shouldParalell | bool | |
gatherStats | bool | |
return |
public ComparePlayers ( GetLogForGame getHumanReadableLogWriter = null, GetLogForGame getDebugLogWriter = null, bool shouldParallel = true, bool gatherStats = true, CreateGameLog createGameLog = null, int randomSeed ) : |
||
getHumanReadableLogWriter | GetLogForGame | |
getDebugLogWriter | GetLogForGame | |
shouldParallel | bool | |
gatherStats | bool | |
createGameLog | CreateGameLog | |
randomSeed | int | |
return |
public GetHumanReadableGameLog ( int gameNumber ) : string | ||
gameNumber | int | |
return | string |
public GetPlayerOrderForGameNumber ( int gameNumber ) : int[] | ||
gameNumber | int | |
return | int[] |
public StrategyComparison ( PlayerAction playerActions, |
||
playerActions | PlayerAction | |
gameConfig | ||
rotateWhoStartsFirst | bool | |
numberOfGames | int | |
return | System |
public StrategyComparison ( PlayerAction player1, PlayerAction player2, |
||
player1 | PlayerAction | |
player2 | PlayerAction | |
gameConfig | ||
rotateWhoStartsFirst | bool | |
numberOfGames | int | |
return | System |
public StrategyComparison ( PlayerAction player1, PlayerAction player2, PlayerAction player3, |
||
player1 | PlayerAction | |
player2 | PlayerAction | |
player3 | PlayerAction | |
gameConfig | ||
rotateWhoStartsFirst | bool | |
numberOfGames | int | |
return | System |