C# 클래스 Program.StrategyOptimizer

파일 보기 프로젝트 열기: NathanTeeuwen/Dominulator 1 사용 예제들

공개 메소드들

메소드 설명
FindBestBigMoneyWithCardVsStrategy ( PlayerAction playerAction, Dominion.Card card, bool logProgress = false ) : PlayerAction
FindBestStrategyForGame ( GameConfig gameConfig ) : void

메소드 상세

FindBestBigMoneyWithCardVsStrategy() 공개 정적인 메소드

public static FindBestBigMoneyWithCardVsStrategy ( PlayerAction playerAction, Dominion.Card card, bool logProgress = false ) : PlayerAction
playerAction PlayerAction
card Dominion.Card
logProgress bool
리턴 PlayerAction

FindBestStrategyForGame() 공개 정적인 메소드

public static FindBestStrategyForGame ( GameConfig gameConfig ) : void
gameConfig Dominion.GameConfig
리턴 void