Skip to content

experiment9123/graphengine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

illustration of an templated "graph engine", a collection class describing a graph with update rules , with a naive single threaded unoptimised implementation. intended to faciliate experiments with spiking neural nets. "conways game of life" implemented as an example, by setting up a grid of nodes with 8 neighbour links, displayed using SDL2

the engine takes node types with member functions for:

  • generating messages along edge connections to other nodes,
  • receiving these message
  • an internal upate to perform once all these messages are received

The edge types also have an update step (where learning rules would go)

the intention is to decouple node behaviour from a later optimised parallel implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages