CONTRIBUTING.md
CONVENTIONS.md
MANIFEST.in
README.rst
cuda_requirements.txt
dev_requirements.txt
doc_requirements.txt
requirements.txt
setup.cfg
setup.py
tutorial_requirements.txt
versioneer.py
docs/Makefile
docs/source/AGT.rst
docs/source/AGTControlMechanism.rst
docs/source/AutoAssociativeLearningMechanism.rst
docs/source/AutoAssociativeProjection.rst
docs/source/AutodiffComposition.rst
docs/source/BasicsAndPrimer.rst
docs/source/BeukersNBackModel.rst
docs/source/BeukersNBackModel_NB.rst
docs/source/BotvinickConflictMonitoringModel.rst
docs/source/BustamanteStroopXORLVOCModel.rst
docs/source/Cohen_HustonModel.rst
docs/source/ComparatorMechanism.rst
docs/source/Compilation.rst
docs/source/Component.rst
docs/source/Components.rst
docs/source/Composition.rst
docs/source/CompositionFunctionApproximator.rst
docs/source/CompositionInterfaceMechanism.rst
docs/source/Compositions.rst
docs/source/Condition.rst
docs/source/Context.rst
docs/source/ContrastiveHebbianMechanism.rst
docs/source/ContributorsGuide.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/DistributionFunctions.rst
docs/source/EMComposition.rst
docs/source/EVC.rst
docs/source/EVCAuxiliary.rst
docs/source/EVCControlMechanism.rst
docs/source/EpisodicMemoryMechanism.rst
docs/source/Function.rst
docs/source/Functions.rst
docs/source/GRUComposition.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/Graph.rst
docs/source/InputPort.rst
docs/source/IntegratorFunctions.rst
docs/source/IntegratorMechanism.rst
docs/source/IntegratorMechanisms.rst
docs/source/KWTAMechanism.rst
docs/source/Keywords.rst
docs/source/KohonenMechanism.rst
docs/source/LCAMechanism.rst
docs/source/LCControlMechanism.rst
docs/source/LCMechanism.rst
docs/source/LLVM.rst
docs/source/LeabraMechanism.rst
docs/source/LearningFunctions.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/MemoryFunctions.rst
docs/source/Models.rst
docs/source/ModulatoryMechanism.rst
docs/source/ModulatoryMechanisms.rst
docs/source/ModulatoryProjection.rst
docs/source/ModulatoryProjections.rst
docs/source/ModulatorySignal.rst
docs/source/MontagueModel.rst
docs/source/NieuwenhuisModel.rst
docs/source/NonStatefulFunctions.rst
docs/source/ObjectiveFunctions.rst
docs/source/ObjectiveMechanism.rst
docs/source/ObjectiveMechanisms.rst
docs/source/OptimizationControlMechanism.rst
docs/source/OptimizationFunctions.rst
docs/source/OutputPort.rst
docs/source/PCTC_model.rst
docs/source/ParameterEstimationComposition.rst
docs/source/ParameterPort.rst
docs/source/Parameters.rst
docs/source/Pathway.rst
docs/source/PathwayProjection.rst
docs/source/PathwayProjections.rst
docs/source/Port.rst
docs/source/PredictionErrorMechanism.rst
docs/source/Preferences.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/RefactoredLearningGuide.rst
docs/source/Registry.rst
docs/source/RegressionCFA.rst
docs/source/Report.rst
docs/source/Scheduler.rst
docs/source/Scheduling.rst
docs/source/SelectionFunctions.rst
docs/source/Services.rst
docs/source/StatefulFunction.rst
docs/source/StatefulFunctions.rst
docs/source/Subystems.rst
docs/source/Time.rst
docs/source/TimerFunctions.rst
docs/source/TimerMechanism.rst
docs/source/TransferFunctions.rst
docs/source/TransferMechanism.rst
docs/source/TransferMechanisms.rst
docs/source/TransformFunctions.rst
docs/source/UserDefinedFunction.rst
docs/source/UserGuide.rst
docs/source/UserGuide_TBD.rst
docs/source/Utilities.rst
docs/source/Visualization.rst
docs/source/globals.rst
docs/source/index.rst
docs/source/index_logo_with_text.rst
docs/source/mdf.rst
docs/source/threads.rst
psyneulink/__init__.py
psyneulink/_typing.py
psyneulink/_version.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/core/__init__.py
psyneulink/core/components/__init__.py
psyneulink/core/components/component.py
psyneulink/core/components/shellclasses.py
psyneulink/core/components/functions/__init__.py
psyneulink/core/components/functions/function.py
psyneulink/core/components/functions/userdefinedfunction.py
psyneulink/core/components/functions/nonstateful/__init__.py
psyneulink/core/components/functions/nonstateful/distributionfunctions.py
psyneulink/core/components/functions/nonstateful/fitfunctions.py
psyneulink/core/components/functions/nonstateful/learningfunctions.py
psyneulink/core/components/functions/nonstateful/objectivefunctions.py
psyneulink/core/components/functions/nonstateful/optimizationfunctions.py
psyneulink/core/components/functions/nonstateful/selectionfunctions.py
psyneulink/core/components/functions/nonstateful/timerfunctions.py
psyneulink/core/components/functions/nonstateful/transferfunctions.py
psyneulink/core/components/functions/nonstateful/transformfunctions.py
psyneulink/core/components/functions/stateful/__init__.py
psyneulink/core/components/functions/stateful/integratorfunctions.py
psyneulink/core/components/functions/stateful/memoryfunctions.py
psyneulink/core/components/functions/stateful/statefulfunction.py
psyneulink/core/components/mechanisms/__init__.py
psyneulink/core/components/mechanisms/mechanism.py
psyneulink/core/components/mechanisms/modulatory/__init__.py
psyneulink/core/components/mechanisms/modulatory/modulatorymechanism.py
psyneulink/core/components/mechanisms/modulatory/control/__init__.py
psyneulink/core/components/mechanisms/modulatory/control/controlmechanism.py
psyneulink/core/components/mechanisms/modulatory/control/defaultcontrolmechanism.py
psyneulink/core/components/mechanisms/modulatory/control/optimizationcontrolmechanism.py
psyneulink/core/components/mechanisms/modulatory/control/gating/__init__.py
psyneulink/core/components/mechanisms/modulatory/control/gating/gatingmechanism.py
psyneulink/core/components/mechanisms/modulatory/learning/__init__.py
psyneulink/core/components/mechanisms/modulatory/learning/learningmechanism.py
psyneulink/core/components/mechanisms/processing/__init__.py
psyneulink/core/components/mechanisms/processing/compositioninterfacemechanism.py
psyneulink/core/components/mechanisms/processing/defaultprocessingmechanism.py
psyneulink/core/components/mechanisms/processing/integratormechanism.py
psyneulink/core/components/mechanisms/processing/objectivemechanism.py
psyneulink/core/components/mechanisms/processing/processingmechanism.py
psyneulink/core/components/mechanisms/processing/transfermechanism.py
psyneulink/core/components/ports/__init__.py
psyneulink/core/components/ports/inputport.py
psyneulink/core/components/ports/outputport.py
psyneulink/core/components/ports/parameterport.py
psyneulink/core/components/ports/port.py
psyneulink/core/components/ports/modulatorysignals/__init__.py
psyneulink/core/components/ports/modulatorysignals/controlsignal.py
psyneulink/core/components/ports/modulatorysignals/gatingsignal.py
psyneulink/core/components/ports/modulatorysignals/learningsignal.py
psyneulink/core/components/ports/modulatorysignals/modulatorysignal.py
psyneulink/core/components/projections/__init__.py
psyneulink/core/components/projections/projection.py
psyneulink/core/components/projections/modulatory/__init__.py
psyneulink/core/components/projections/modulatory/controlprojection.py
psyneulink/core/components/projections/modulatory/gatingprojection.py
psyneulink/core/components/projections/modulatory/learningprojection.py
psyneulink/core/components/projections/modulatory/modulatoryprojection.py
psyneulink/core/components/projections/pathway/__init__.py
psyneulink/core/components/projections/pathway/mappingprojection.py
psyneulink/core/components/projections/pathway/pathwayprojection.py
psyneulink/core/compositions/__init__.py
psyneulink/core/compositions/composition.py
psyneulink/core/compositions/compositionfunctionapproximator.py
psyneulink/core/compositions/parameterestimationcomposition.py
psyneulink/core/compositions/pathway.py
psyneulink/core/compositions/report.py
psyneulink/core/compositions/showgraph.py
psyneulink/core/globals/__init__.py
psyneulink/core/globals/context.py
psyneulink/core/globals/defaults.py
psyneulink/core/globals/graph.py
psyneulink/core/globals/keywords.py
psyneulink/core/globals/kvo.py
psyneulink/core/globals/log.py
psyneulink/core/globals/mdf.py
psyneulink/core/globals/parameters.py
psyneulink/core/globals/registry.py
psyneulink/core/globals/sampleiterator.py
psyneulink/core/globals/socket.py
psyneulink/core/globals/threads.py
psyneulink/core/globals/utilities.py
psyneulink/core/globals/warnings.py
psyneulink/core/globals/preferences/__init__.py
psyneulink/core/globals/preferences/basepreferenceset.py
psyneulink/core/globals/preferences/compositionpreferenceset.py
psyneulink/core/globals/preferences/mechanismpreferenceset.py
psyneulink/core/globals/preferences/preferenceset.py
psyneulink/core/llvm/__init__.py
psyneulink/core/llvm/builder_context.py
psyneulink/core/llvm/builtins.py
psyneulink/core/llvm/codegen.py
psyneulink/core/llvm/debug.py
psyneulink/core/llvm/execution.py
psyneulink/core/llvm/helpers.py
psyneulink/core/llvm/jit_engine.py
psyneulink/core/llvm/scheduler.py
psyneulink/core/llvm/warnings.py
psyneulink/core/rpc/__init__.py
psyneulink/core/rpc/graph_pb2.py
psyneulink/core/rpc/graph_pb2_grpc.py
psyneulink/core/scheduling/__init__.py
psyneulink/core/scheduling/condition.py
psyneulink/core/scheduling/condition.pyi
psyneulink/core/scheduling/scheduler.py
psyneulink/core/scheduling/time.py
psyneulink/library/__init__.py
psyneulink/library/components/__init__.py
psyneulink/library/components/mechanisms/__init__.py
psyneulink/library/components/mechanisms/modulatory/__init__.py
psyneulink/library/components/mechanisms/modulatory/control/__init__.py
psyneulink/library/components/mechanisms/modulatory/control/agt/__init__.py
psyneulink/library/components/mechanisms/modulatory/control/agt/agtcontrolmechanism.py
psyneulink/library/components/mechanisms/modulatory/control/agt/lccontrolmechanism.py
psyneulink/library/components/mechanisms/modulatory/learning/EMstoragemechanism.py
psyneulink/library/components/mechanisms/modulatory/learning/__init__.py
psyneulink/library/components/mechanisms/modulatory/learning/autoassociativelearningmechanism.py
psyneulink/library/components/mechanisms/modulatory/learning/kohonenlearningmechanism.py
psyneulink/library/components/mechanisms/processing/__init__.py
psyneulink/library/components/mechanisms/processing/leabramechanism.py
psyneulink/library/components/mechanisms/processing/integrator/__init__.py
psyneulink/library/components/mechanisms/processing/integrator/ddm.py
psyneulink/library/components/mechanisms/processing/integrator/episodicmemorymechanism.py
psyneulink/library/components/mechanisms/processing/integrator/timermechanism.py
psyneulink/library/components/mechanisms/processing/objective/__init__.py
psyneulink/library/components/mechanisms/processing/objective/comparatormechanism.py
psyneulink/library/components/mechanisms/processing/objective/predictionerrormechanism.py
psyneulink/library/components/mechanisms/processing/transfer/__init__.py
psyneulink/library/components/mechanisms/processing/transfer/contrastivehebbianmechanism.py
psyneulink/library/components/mechanisms/processing/transfer/kohonenmechanism.py
psyneulink/library/components/mechanisms/processing/transfer/kwtamechanism.py
psyneulink/library/components/mechanisms/processing/transfer/lcamechanism.py
psyneulink/library/components/mechanisms/processing/transfer/recurrenttransfermechanism.py
psyneulink/library/components/projections/__init__.py
psyneulink/library/components/projections/pathway/__init__.py
psyneulink/library/components/projections/pathway/autoassociativeprojection.py
psyneulink/library/components/projections/pathway/maskedmappingprojection.py
psyneulink/library/compositions/__init__.py
psyneulink/library/compositions/autodiffcomposition.py
psyneulink/library/compositions/compiledloss.py
psyneulink/library/compositions/compiledoptimizer.py
psyneulink/library/compositions/compositionrunner.py
psyneulink/library/compositions/gymforagercfa.py
psyneulink/library/compositions/pytorchllvmhelper.py
psyneulink/library/compositions/pytorchshowgraph.py
psyneulink/library/compositions/pytorchwrappers.py
psyneulink/library/compositions/regressioncfa.py
psyneulink/library/compositions/emcomposition/__init__.py
psyneulink/library/compositions/emcomposition/emcomposition.py
psyneulink/library/compositions/emcomposition/pytorchEMwrappers.py
psyneulink/library/compositions/grucomposition/__init__.py
psyneulink/library/compositions/grucomposition/grucomposition.py
psyneulink/library/compositions/grucomposition/pytorchGRUwrappers.py
psyneulink/library/models/Botvinick_conflict_monitoring_model.py
psyneulink/library/models/Cohen_Huston1994.py
psyneulink/library/models/Cohen_Huston1994_horse_race.py
psyneulink/library/models/GilzenratModel.py
psyneulink/library/models/Kalanthroff_PCTC_2018.py
psyneulink/library/models/MontagueDayanSejnowski96.py
psyneulink/library/models/Nieuwenhuis2005Model.py
psyneulink/library/models/__init__.py
psyneulink/library/models/results/Cohen_Huston1994-Bidirectional_Stroop-reduced.json
psyneulink/library/models/results/Cohen_Huston1994-Bidirectional_Stroop.json
psyneulink/library/models/results/Cohen_Huston1994_horse_race-Bidirectional_Stroop-reduced.json
psyneulink/library/models/results/Cohen_Huston1994_horse_race-Bidirectional_Stroop.json
psyneulink/library/models/results/GilzenratModel-task.json
psyneulink/library/models/results/Kalanthroff_PCTC_2018-PCTC-reduced.json
psyneulink/library/models/results/Kalanthroff_PCTC_2018-PCTC.json
psyneulink/library/models/results/MontagueDayanSejnowski96-comp_5a.json
psyneulink/library/models/results/MontagueDayanSejnowski96-comp_5b.json
psyneulink/library/models/results/MontagueDayanSejnowski96-comp_5c.json
psyneulink/library/models/results/Nieuwenhuis2005Model-task.json
tests/api/test_api.py
tests/components/test_component.py
tests/components/test_general.py
tests/composition/test_autodiffcomposition.py
tests/composition/test_composition.py
tests/composition/test_control.py
tests/composition/test_emcomposition.py
tests/composition/test_gating.py
tests/composition/test_graph.py
tests/composition/test_grucomposition.py
tests/composition/test_interfaces.py
tests/composition/test_learning.py
tests/composition/test_models.py
tests/composition/test_report.py
tests/composition/test_runtime_params.py
tests/composition/test_show_graph.py
tests/composition/pec/test_parameterestimationcomposition.py
tests/composition/pec/test_stab_flex_pec_fit.py
tests/control/test_gilzenrat.py
tests/documentation/test_module_docs.py
tests/functions/test_accumulator_integrator.py
tests/functions/test_buffer.py
tests/functions/test_combination.py
tests/functions/test_distance.py
tests/functions/test_distribution.py
tests/functions/test_fhn_integrator.py
tests/functions/test_functions.py
tests/functions/test_identity.py
tests/functions/test_integrator.py
tests/functions/test_memory.py
tests/functions/test_optimization.py
tests/functions/test_selection.py
tests/functions/test_stability.py
tests/functions/test_transfer.py
tests/functions/test_user_defined_func.py
tests/llvm/test_builtins_intrinsics.py
tests/llvm/test_builtins_matrix.py
tests/llvm/test_builtins_mt_random.py
tests/llvm/test_builtins_philox_random.py
tests/llvm/test_builtins_vector.py
tests/llvm/test_compile.py
tests/llvm/test_custom_func.py
tests/llvm/test_debug_composition.py
tests/llvm/test_helpers.py
tests/llvm/test_llvm_lite.py
tests/log/test_log.py
tests/log/test_rpc.py
tests/mdf/model_backprop.py
tests/mdf/model_basic.py
tests/mdf/model_basic_non_identity.py
tests/mdf/model_integrators.py
tests/mdf/model_nested_comp_with_scheduler.py
tests/mdf/model_udfs.py
tests/mdf/model_varied_matrix_sizes.py
tests/mdf/model_with_control.py
tests/mdf/model_with_two_conjoint_comps.py
tests/mdf/model_with_two_disjoint_comps.py
tests/mdf/stroop_conflict_monitoring.py
tests/mdf/test_mdf.py
tests/mechanisms/test_contrastive_hebbian_mechanism.py
tests/mechanisms/test_control_mechanism.py
tests/mechanisms/test_ddm_mechanism.py
tests/mechanisms/test_drift_diffusion_analytical.py
tests/mechanisms/test_episodic_memory.py
tests/mechanisms/test_gating_mechanism.py
tests/mechanisms/test_input_output_labels.py
tests/mechanisms/test_input_port_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_mechanisms.py
tests/mechanisms/test_modulatory_mechanism.py
tests/mechanisms/test_objective_mechanism.py
tests/mechanisms/test_processing_mechanism.py
tests/mechanisms/test_recurrent_transfer_mechanism.py
tests/mechanisms/test_timer_mechanism.py
tests/mechanisms/test_transfer_mechanism.py
tests/misc/test_leak.py
tests/misc/test_notebooks.py
tests/misc/test_parameters.py
tests/misc/test_threads.py
tests/misc/test_user_seed.py
tests/misc/test_utilities.py
tests/models/test_bi_percepts.py
tests/models/test_botvinick.py
tests/models/test_documentation_models.py
tests/models/test_greedy_agent.py
tests/naming/test_naming.py
tests/ports/test_input_ports.py
tests/ports/test_modulatory_signals.py
tests/ports/test_output_ports.py
tests/ports/test_parameter_ports.py
tests/projections/test_projection.py
tests/projections/test_projection_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
tutorial/PsyNeuLink Tutorial.ipynb