()
| 64 | |
| 65 | /** Updates display of simulation count. */ |
| 66 | export function displayNumSimulationsSoFar() { |
| 67 | numSimulationsSoFarElement.innerText = game.GAME_STATE.num_simulations_so_far; |
| 68 | } |
| 69 | |
| 70 | /** Updates message for training results. Used for training speed. */ |
| 71 | export function displayTrainLogMessage(message) { |
nothing calls this directly
no outgoing calls
no test coverage detected