|
Botball Game State
A game stared library for Botball, it helps model the table and different phases of the competition.
|
#include <GameState.h>
Public Attributes | |
| double | Kp |
| double | Kt |
| double | Kpt |
Various configuration options for the GameStates phase choosing algorithm
| double Config::Kp |
coefficient for the points, how much the points contribute to the phase score
| double Config::Kpt |
coefficient for the potential, how much the potential contributes to the phase score
| double Config::Kt |
coefficient for the time, how much time contributes to the phase score (affects the score negatively)