DefaultControlMechanismΒΆ
The DefaultControlMechanism is created for a System
if no other controller type is specified. The
DefaultControlMechanism creates an ControlSignal for each ControlProjection it is assigned, and uses
defaultControlAllocation
as the value
for the ControlSignal. By default,
defaultControlAllocation
= 1, so that ControlProjections from the DefaultControlMechanism have no effect on their
parameters. However, it can be used to uniformly control the parameters that receive ControlProjections from it,
by manually changing the value of defaultControlAllocation
. See ControlMechanism for additional
details of how ControlMechanism are created, executed and their attributes.