• Github
Table of Contents
0.16.1.0
  • Welcome to PsyNeuLink
  • Basics and Primer
  • Quick Reference
  • Core
  • Library
  • Contributors Guide
  • Docs >
  • DefaultControlMechanism
Shortcuts

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.


© Copyright 2016, Jonathan D. Cohen.

Built with Sphinx using a theme provided by Read the Docs.
  • DefaultControlMechanism
  • Github