(message)
| 69 | |
| 70 | /** Updates message for training results. Used for training speed. */ |
| 71 | export function displayTrainLogMessage(message) { |
| 72 | statusElement.innerText = message; |
| 73 | } |
| 74 | |
| 75 | /** Updates display of expected number of simulations to train model. */ |
| 76 | export function displayExpectedSimulations() { |
nothing calls this directly
no outgoing calls
no test coverage detected