disco
disco copied to clipboard
use WebWorker for training
@martinjaggi pointed out that the training can freeze the UI, so much that it seems to jump from start to finish. using WebWorkers should make it way more reactive as computation would be separated from UI rendering.