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

Only store essential network data in network object #94

Closed generic-github-user closed 5 years ago

generic-github-user commented 5 years ago

All other network-related data should be generated whenever it is needed.

generic-github-user commented 5 years ago

This could cause speed issues, as node lists would need to be regenerated each time the network is updated or mutated. I'm closing this issue for now.