-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
1 parent
87344a3
commit 0b321a9
Showing
13 changed files
with
923 additions
and
848 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.