C# Class Dynamic_Games.IncInformation.Player.AI

Afficher le fichier Open project: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015

Méthodes publiques

Méthode Description
AI ( Player AIPlayer, Table t, int strategyType, int call, double winChance, int playerCount, double randomFactorForWinChance, double randomFactorForMyBet ) : System
looseAgressive ( double factWinChance ) : void
loosePassive ( double factWinChance ) : void
strategyForAI ( ) : void
tightAgressive ( double factWinChance ) : void
tightPassive ( double factWinChance ) : void

Method Details

AI() public méthode

public AI ( Player AIPlayer, Table t, int strategyType, int call, double winChance, int playerCount, double randomFactorForWinChance, double randomFactorForMyBet ) : System
AIPlayer Player
t Table
strategyType int
call int
winChance double
playerCount int
randomFactorForWinChance double
randomFactorForMyBet double
Résultat System

looseAgressive() public méthode

public looseAgressive ( double factWinChance ) : void
factWinChance double
Résultat void

loosePassive() public méthode

public loosePassive ( double factWinChance ) : void
factWinChance double
Résultat void

strategyForAI() public méthode

public strategyForAI ( ) : void
Résultat void

tightAgressive() public méthode

public tightAgressive ( double factWinChance ) : void
factWinChance double
Résultat void

tightPassive() public méthode

public tightPassive ( double factWinChance ) : void
factWinChance double
Résultat void