Skip to content

Conversation

@Auxilus
Copy link
Owner

@Auxilus Auxilus commented Jun 14, 2025

Summary

  • implement spike-timing dependent plasticity (STDP) in neuron update logic
  • track last fire step for neurons and global step in brain
  • expose STDP API and parameters
  • provide simple STDP example

Testing

  • make -j$(nproc)
  • gcc examples/stdp_example.c -o stdp_example -L. -Wl,-rpath=. -lcbrain -lSDL2
  • ./stdp_example

https://chatgpt.com/codex/tasks/task_e_684d1ec482bc832eafdba915456a9bc7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants