-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - * - * - * • Library: - docs: "Base class" -> "Core class" * • CONVENTIONS: - added section on organization of repo and base vs. core classes * • System - fixed bug in show_graph producing empty image for graphs with just one Mechanism * • System - show_graph(): fixed bug producing empty image for graphs with just one Mechanism added auto-recurrent projections * • System - show_graph(): fixed bug producing empty image for graphs with just one Mechanism added auto-recurrent projections * • System - show_graph(): shows dimensions for Mechanisms and Projections * • System - show_graph(): shows dimensions for Mechanisms and Projections * • System, Process - minor modes to enabling of learning to prevent crash when learning is specified in constructor but no learnable elements are included in Process * • System, Process - minor modes to enabling of learning to prevent crash when learning is specified in constructor but no learnable elements are included in Process
- Loading branch information
Showing
19 changed files
with
274 additions
and
260 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
ControlMechanisms | ||
================= | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `ControlMechanism` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Control Projections | ||
=================== | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `ControlProjection` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
GatingMechanisms | ||
================ | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `GatingMechanism` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
GatingProjections | ||
================= | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `GatingProjection` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
IntegratorMechanisms | ||
==================== | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `IntegratorMechanism` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Learning Mechanisms | ||
=================== | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `LearningMechanism` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Learning Projections | ||
==================== | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `LearningProjection` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Objective Mechanisms | ||
==================== | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `ObjectiveMechanism` | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Transfer Mechanisms | ||
=================== | ||
|
||
**Base class**: | ||
**Core class**: | ||
|
||
* `TransferMechanism` | ||
|
||
|
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.