CONVENTIONS.md
MANIFEST.in
README.rst
setup.cfg
setup.py
versioneer.py
Scripts/Aida.py
Scripts/Laura Stroop w EVC.py
Scripts/Laura Stroop.py
Scripts/Lena Rumelhart script.py
Scripts/Lena XOR.py
Scripts/Markus EVC Control Script.py
Scripts/Markus Stroop.py
Scripts/McClure.py
Scripts/XOR.py
Scripts/__init__.py
Scripts/rum.py
Scripts/Examples/EVC-Gratton.py
Scripts/Examples/EVC_MARKUS_control.py
Scripts/Examples/Gating-Mechanism. with UDF.py
Scripts/Examples/Gating-Mechanism.py
Scripts/Examples/Leabra-Demo.py
Scripts/Examples/Leabra-Learning-Demo.py
Scripts/Examples/Mixed-NN-and-DDM.py
Scripts/Examples/Multilayer-Learning FOR FIG.py
Scripts/Examples/Multilayer-Learning.py
Scripts/Examples/Multitasking.py
Scripts/Examples/RL-DDM.py
Scripts/Examples/Reinforcement-Learning REV.py
Scripts/Examples/Reinforcement-Learning.py
Scripts/Examples/Rumelhart Semantic Network.py
Scripts/Examples/Stroop-Simple.py
Scripts/Examples/__init__.py
Scripts/Models/GilzenratModel.py
Scripts/Models/MontagueDayanSejnowski96.py
Scripts/Models/Nieuwenhuis2005Model.py
Scripts/Models/__init__.py
docs/Makefile
docs/source/AGT.rst
docs/source/AGTControlMechanism.rst
docs/source/AdaptiveMechanism.rst
docs/source/AdaptiveMechanisms.rst
docs/source/AutoAssociativeLearningMechanism.rst
docs/source/AutoAssociativeProjection.rst
docs/source/BasicsAndSampler.rst
docs/source/ComparatorMechanism.rst
docs/source/Component.rst
docs/source/Components.rst
docs/source/Composition.rst
docs/source/Compositions.rst
docs/source/Condition.rst
docs/source/Context.rst
docs/source/ControlMechanism.rst
docs/source/ControlMechanisms.rst
docs/source/ControlProjection.rst
docs/source/ControlProjections.rst
docs/source/ControlSignal.rst
docs/source/ConventionsAndDefinitions.rst
docs/source/Core.rst
docs/source/DDM.rst
docs/source/DefaultControlMechanism.rst
docs/source/Defaults.rst
docs/source/EVC.rst
docs/source/EVCAuxiliary.rst
docs/source/EVCControlMechanism.rst
docs/source/Function.rst
docs/source/GatingMechanism.rst
docs/source/GatingMechanisms.rst
docs/source/GatingProjection.rst
docs/source/GatingProjections.rst
docs/source/GatingSignal.rst
docs/source/GilzenratModel.rst
docs/source/InputState.rst
docs/source/IntegratorMechanism.rst
docs/source/IntegratorMechanisms.rst
docs/source/KWTA.rst
docs/source/Keywords.rst
docs/source/LCA.rst
docs/source/LCControlMechanism.rst
docs/source/LCMechanism.rst
docs/source/LeabraMechanism.rst
docs/source/LearningMechanism.rst
docs/source/LearningMechanisms.rst
docs/source/LearningProjection.rst
docs/source/LearningProjections.rst
docs/source/LearningSignal.rst
docs/source/Library.rst
docs/source/Log.rst
docs/source/MappingProjection.rst
docs/source/MaskedMappingProjection.rst
docs/source/Mechanism.rst
docs/source/Mechanisms.rst
docs/source/Models.rst
docs/source/ModulatoryProjection.rst
docs/source/ModulatoryProjections.rst
docs/source/ModulatorySignal.rst
docs/source/MontagueModel.rst
docs/source/Naming.rst
docs/source/NieuwenhuisModel.rst
docs/source/ObjectiveMechanism.rst
docs/source/ObjectiveMechanisms.rst
docs/source/OutputState.rst
docs/source/ParameterState.rst
docs/source/PathwayProjection.rst
docs/source/PathwayProjections.rst
docs/source/PredictionErrorMechanism.rst
docs/source/Preferences.rst
docs/source/Process.rst
docs/source/ProcessingMechanism.rst
docs/source/ProcessingMechanisms.rst
docs/source/Projection.rst
docs/source/Projections.rst
docs/source/QuickReference.rst
docs/source/RecurrentTransferMechanism.rst
docs/source/Run.rst
docs/source/Scheduler.rst
docs/source/Scheduling.rst
docs/source/State.rst
docs/source/System.rst
docs/source/Time.rst
docs/source/TransferMechanism.rst
docs/source/TransferMechanisms.rst
docs/source/UserGuide.rst
docs/source/UserGuide_TBD.rst
docs/source/Utilities.rst
docs/source/globals.rst
docs/source/index.rst
docs/source/index_logo_with_text.rst
psyneulink/__init__.py
psyneulink/_version.py
psyneulink/composition.py
psyneulink.egg-info/PKG-INFO
psyneulink.egg-info/SOURCES.txt
psyneulink.egg-info/dependency_links.txt
psyneulink.egg-info/requires.txt
psyneulink.egg-info/top_level.txt
psyneulink/components/__init__.py
psyneulink/components/component.py
psyneulink/components/process.py
psyneulink/components/shellclasses.py
psyneulink/components/system.py
psyneulink/components/functions/__init__.py
psyneulink/components/functions/function.py
psyneulink/components/mechanisms/__init__.py
psyneulink/components/mechanisms/mechanism.py
psyneulink/components/mechanisms/adaptive/__init__.py
psyneulink/components/mechanisms/adaptive/adaptivemechanism.py
psyneulink/components/mechanisms/adaptive/control/__init__.py
psyneulink/components/mechanisms/adaptive/control/controlmechanism.py
psyneulink/components/mechanisms/adaptive/control/defaultcontrolmechanism.py
psyneulink/components/mechanisms/adaptive/gating/__init__.py
psyneulink/components/mechanisms/adaptive/gating/gatingmechanism.py
psyneulink/components/mechanisms/adaptive/learning/__init__.py
psyneulink/components/mechanisms/adaptive/learning/learningauxiliary.py
psyneulink/components/mechanisms/adaptive/learning/learningmechanism.py
psyneulink/components/mechanisms/processing/__init__.py
psyneulink/components/mechanisms/processing/compositioninterfacemechanism.py
psyneulink/components/mechanisms/processing/defaultprocessingmechanism.py
psyneulink/components/mechanisms/processing/integratormechanism.py
psyneulink/components/mechanisms/processing/objectivemechanism.py
psyneulink/components/mechanisms/processing/processingmechanism.py
psyneulink/components/mechanisms/processing/transfermechanism.py
psyneulink/components/projections/__init__.py
psyneulink/components/projections/projection.py
psyneulink/components/projections/modulatory/__init__.py
psyneulink/components/projections/modulatory/controlprojection.py
psyneulink/components/projections/modulatory/gatingprojection.py
psyneulink/components/projections/modulatory/learningprojection.py
psyneulink/components/projections/modulatory/modulatoryprojection.py
psyneulink/components/projections/pathway/__init__.py
psyneulink/components/projections/pathway/mappingprojection.py
psyneulink/components/projections/pathway/pathwayprojection.py
psyneulink/components/states/__init__.py
psyneulink/components/states/inputstate.py
psyneulink/components/states/outputstate.py
psyneulink/components/states/parameterstate.py
psyneulink/components/states/state.py
psyneulink/components/states/modulatorysignals/__init__.py
psyneulink/components/states/modulatorysignals/controlsignal.py
psyneulink/components/states/modulatorysignals/gatingsignal.py
psyneulink/components/states/modulatorysignals/learningsignal.py
psyneulink/components/states/modulatorysignals/modulatorysignal.py
psyneulink/globals/__init__.py
psyneulink/globals/context.py
psyneulink/globals/defaults.py
psyneulink/globals/environment.py
psyneulink/globals/keywords.py
psyneulink/globals/kvo.py
psyneulink/globals/log.py
psyneulink/globals/registry.py
psyneulink/globals/utilities.py
psyneulink/globals/preferences/__init__.py
psyneulink/globals/preferences/componentpreferenceset.py
psyneulink/globals/preferences/mechanismpreferenceset.py
psyneulink/globals/preferences/preferenceset.py
psyneulink/library/__init__.py
psyneulink/library/mechanisms/__init__.py
psyneulink/library/mechanisms/adaptive/__init__.py
psyneulink/library/mechanisms/adaptive/control/__init__.py
psyneulink/library/mechanisms/adaptive/control/lcmechanism.py
psyneulink/library/mechanisms/adaptive/learning/__init__.py
psyneulink/library/mechanisms/adaptive/learning/autoassociativelearningmechanism.py
psyneulink/library/mechanisms/processing/__init__.py
psyneulink/library/mechanisms/processing/leabramechanism.py
psyneulink/library/mechanisms/processing/integrator/__init__.py
psyneulink/library/mechanisms/processing/integrator/ddm.py
psyneulink/library/mechanisms/processing/objective/__init__.py
psyneulink/library/mechanisms/processing/objective/comparatormechanism.py
psyneulink/library/mechanisms/processing/objective/predictionerrormechanism.py
psyneulink/library/mechanisms/processing/transfer/__init__.py
psyneulink/library/mechanisms/processing/transfer/kwta.py
psyneulink/library/mechanisms/processing/transfer/lca.py
psyneulink/library/mechanisms/processing/transfer/recurrenttransfermechanism.py
psyneulink/library/projections/__init__.py
psyneulink/library/projections/pathway/__init__.py
psyneulink/library/projections/pathway/autoassociativeprojection.py
psyneulink/library/projections/pathway/maskedmappingprojection.py
psyneulink/library/subsystems/__init__.py
psyneulink/library/subsystems/agt/__init__.py
psyneulink/library/subsystems/agt/agtcontrolmechanism.py
psyneulink/library/subsystems/agt/lccontrolmechanism.py
psyneulink/library/subsystems/evc/__init__.py
psyneulink/library/subsystems/evc/evcauxiliary.py
psyneulink/library/subsystems/evc/evccontrolmechanism.py
psyneulink/scheduling/__init__.py
psyneulink/scheduling/condition.py
psyneulink/scheduling/scheduler.py
psyneulink/scheduling/time.py
tests/composition/test_composition.py
tests/composition/test_graph.py
tests/control/test_EVC.py
tests/control/test_control_mechanism_assignment.py
tests/control/test_gilzenrat.py
tests/documentation/test_homepage.py
tests/documentation/core/test_function_docs.py
tests/documentation/core/test_mechanism_docs.py
tests/documentation/core/test_state_docs.py
tests/documentation/global/test_log_docs.py
tests/documentation/library/test_lib_mechanism_docs.py
tests/documentation/library/test_subsystem_docs.py
tests/documentation/scheduling/test_scheduling_docs.py
tests/functions/test_combination.py
tests/functions/test_distance.py
tests/functions/test_integrator.py
tests/functions/test_transfer.py
tests/functions/test_user_defined_func.py
tests/learning/test_matrix_spec_and_learning.py
tests/learning/test_multilayer.py
tests/learning/test_prediction_error_delta_function.py
tests/learning/test_reinforcement.py
tests/learning/test_rumelhart_semantic_network.py
tests/learning/test_stroop.py
tests/learning/test_target_spec.py
tests/log/test_log.py
tests/mechanisms/test_ddm_mechanism.py
tests/mechanisms/test_gating_mechanism.py
tests/mechanisms/test_input_state_spec.py
tests/mechanisms/test_integrator_mechanism.py
tests/mechanisms/test_kwta.py
tests/mechanisms/test_lca.py
tests/mechanisms/test_leabra_mechanism.py
tests/mechanisms/test_processing_mechanism.py
tests/mechanisms/test_recurrent_transfer_mechanism.py
tests/mechanisms/test_transfer_mechanism.py
tests/misc/test_notebooks.py
tests/misc/test_utilities.py
tests/naming/test_naming.py
tests/no-learning/test_DDM.py
tests/no-learning/test_no-learning.py
tests/projections/test_projections_specifications.py
tests/scheduling/conftest.py
tests/scheduling/test_condition.py
tests/scheduling/test_scheduler.py
tests/scheduling/test_system_newsched.py
tests/scheduling/test_time.py
tests/states/test_input_states.py
tests/states/test_parameter_states.py
tests/system/test_show_graph.py
tests/system/test_system.py
tutorial/PsyNeuLink Tutorial.ipynb