GambitConfig
com.phasmidsoftware.gambit.game.GambitConfig
object GambitConfig
Loads and exposes typed configuration values for the Gambit framework.
Configuration is read from application.conf on the classpath (standard Typesafe Config behaviour). All values have hard-coded fallbacks so the application runs correctly even if no config file is present.
== HOCON structure ==
gambit {
tournament.gamesPerPairing = 6
alphaBeta.depth1 = 4
alphaBeta.depth2 = 6
mcts.iterations1 = 200
mcts.iterations2 = 500
mcts.explorationConstant = 1.4142135623730951
}
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
GambitConfig.type
Members list
In this article