Skip to content

ConceptNetworkCreation

DavidFreely edited this page Nov 12, 2025 · 1 revision

There are three ways to program the Brain Simulator II in addition to creating networks through the user interface:

  • by interacting directly with the Neuron Engine, bypassing the user interface.
  • by writing new custom modules.
  • by making any other customizations, such as adding new neuron models.

// Networks are created per SoftwareModule or manually.

Clone this wiki locally