generic-github-user / Caesium

General-purpose AI library with NEAT-style genetic algorithm.
https://generic-github-user.github.io/Caesium/src/versions/javascript/projects/network-visualization/
MIT License
1 stars 1 forks source link

Pages that load caesium.js keep loading forever #72

Closed generic-github-user closed 5 years ago

generic-github-user commented 5 years ago

The pages load fine when loaded in a live server with atom-live-server. I'm using Google Chrome - the browser may have gotten stuck in a do . . . while loop and be unable to load the new version of the page. I still have to check the pages in other browsers than Chrome.

generic-github-user commented 5 years ago

No longer having this issue ... the do; while loop was removed a while ago while making speed improvements. See this thread for more information: https://github.com/generic-github-user/Caesium/issues/98#issuecomment-435619489