Skip to content

Add connectivity config block for EvoNet Module (breaking)#6

Merged
EvoLib merged 2 commits intomainfrom
refactor/evonet-connectivity
Feb 24, 2026
Merged

Add connectivity config block for EvoNet Module (breaking)#6
EvoLib merged 2 commits intomainfrom
refactor/evonet-connectivity

Conversation

@EvoLib
Copy link
Owner

@EvoLib EvoLib commented Feb 24, 2026

This PR introduces a dedicated connectivity block for the EvoNet module configuration.

The new block centralizes all feedforward and recurrent topology initialization settings and replaces the previously scattered or implicit configuration fields.

connectivity is now a required section for type: evonet.

New Configuration Block:

modules:
  brain:
    type: evonet

    connectivity:
      scope: crosslayer        # adjacent | crosslayer
      density: 1.0             # (0, 1]
      recurrent: [direct]      #  [direct, lateral, indirect]

@EvoLib EvoLib merged commit e711d07 into main Feb 24, 2026
1 check passed
@EvoLib EvoLib deleted the refactor/evonet-connectivity branch February 25, 2026 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant