Sha256: b0bb4fc7369c99d159fbd355b4f5068015fdc5f4c51c5b54055658be3c08be63
Contents?: true
Size: 443 Bytes
Versions: 14
Compression:
Stored size: 443 Bytes
Contents
/* Copyright (C) 2013 by the Computer Poker Research Group, University of Alberta */ #ifndef __PLAYER_CONFIG_H__ #define __PLAYER_CONFIG_H__ #include "dealer_connection.h" #include "kuhn_3p_equilibrium_player.h" typedef struct { DealerConnection dealer; Game *game; double params[NUM_PARAMS]; uint32_t seed; } PlayerConfig; PlayerConfig new_player_config(); PlayerConfig new_player_config_from_argv(int argc, char** argv); #endif
Version data entries
14 entries across 14 versions & 1 rubygems