Skip to content

Commit

Permalink
• composition.py
Browse files Browse the repository at this point in the history
  - add random_variable property that returns all Components with seed Parameters
• optimizationcontrolmechanism.py:
  - add random_variable that allows Components to be specified for randomization across num_estimates
  • Loading branch information
jdcpni committed Dec 9, 2021
1 parent 590c9f2 commit b8d32a2
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ class Parameters(ModulatoryMechanism_Base.Parameters):
:read only: True
output_ports
see `output_ports <ControlMechanism.output_ports>`
see `output_ports <Mechanism_Base.output_ports>`
:default value: None
:type:
Expand Down
Loading

0 comments on commit b8d32a2

Please sign in to comment.