// Update is called once per frame void Update() { if (geneticAlgorithm.IsRunning) { geneticAlgorithm.Epoch(); } RenderFittestChromosomePath(); }