Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change BloxConnector to Connector #502

Merged
merged 14 commits into from
Dec 16, 2024
Merged

Change BloxConnector to Connector #502

merged 14 commits into from
Dec 16, 2024

Conversation

harisorgn
Copy link
Member

Replaces BloxConnector with Connector.

This is a big change to improve the user-friendliness of creating new connection rules and displaying connection rules of bloxs without scrolling through the source code.

@harisorgn harisorgn merged commit b33825b into master Dec 16, 2024
6 checks passed
@harisorgn harisorgn deleted the ho/connect_ui branch December 16, 2024 17:25
david-hofmann pushed a commit that referenced this pull request Jan 2, 2025
* change all dispatches of `BloxConnector` to `Connector`

* export `Connector` and related convenience functions

* update all `<: CompositeBlox` to use `Connector`

* move PING neuron dispatches to `/src/blox/connections.jl`

* add `AdjacencyMatrix` constructors for `Connector`

* add `connectors_from_graph, returns `Vector{Connector}`

* update `connector_from_graph`

* update all `system_from_graph` utility functions

* update getter functions

* update graphs tests

* add `NoLearningRule`

* move `connect_action_selection!` dispatches to `src/blox/RL`

* cleanup old commented block

* include PING neurons before connections
david-hofmann pushed a commit that referenced this pull request Jan 3, 2025
* change all dispatches of `BloxConnector` to `Connector`

* export `Connector` and related convenience functions

* update all `<: CompositeBlox` to use `Connector`

* move PING neuron dispatches to `/src/blox/connections.jl`

* add `AdjacencyMatrix` constructors for `Connector`

* add `connectors_from_graph, returns `Vector{Connector}`

* update `connector_from_graph`

* update all `system_from_graph` utility functions

* update getter functions

* update graphs tests

* add `NoLearningRule`

* move `connect_action_selection!` dispatches to `src/blox/RL`

* cleanup old commented block

* include PING neurons before connections
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