LICENSE
README.md
pyproject.toml
src/samact/ISAMACTController.py
src/samact/ISAMACTModel.py
src/samact/IUserInterfaceLayer.py
src/samact/__init__.py
src/samact.egg-info/PKG-INFO
src/samact.egg-info/SOURCES.txt
src/samact.egg-info/dependency_links.txt
src/samact.egg-info/requires.txt
src/samact.egg-info/top_level.txt
src/samact/Infrastructure/__init__.py
src/samact/Infrastructure/Persistence/__init__.py
src/samact/Infrastructure/Persistence/Load/FileTypeUtil.py
src/samact/Infrastructure/Persistence/Load/LoadRepositoryFactory.py
src/samact/Infrastructure/Persistence/Load/__init__.py
src/samact/Infrastructure/Persistence/Load/Hdf5/Hdf5LoadRepository.py
src/samact/Infrastructure/Persistence/Load/Hdf5/__init__.py
src/samact/Infrastructure/Persistence/Save/SaveRepositoryFactory.py
src/samact/Infrastructure/Persistence/Save/__init__.py
src/samact/Infrastructure/Persistence/Save/Hdf5/Hdf5SaveRepository.py
src/samact/Infrastructure/Persistence/Save/Hdf5/__init__.py
src/samact/ModelBuilder/BuildContract.py
src/samact/ModelBuilder/__init__.py
src/samact/ModelBuilder/EmulationCompiler/EmulationModel.py
src/samact/ModelBuilder/EmulationCompiler/EmulationModelPolicy.py
src/samact/ModelBuilder/EmulationCompiler/UItoEmulationLayerTranslater.py
src/samact/ModelBuilder/EmulationCompiler/__init__.py
src/samact/ModelBuilder/GeneralPolicy/Policy.py
src/samact/ModelBuilder/GeneralPolicy/Rules.py
src/samact/ModelBuilder/GeneralPolicy/__init__.py
src/samact/Models/Pretrained.py
src/samact/Models/SAMACTModelBase.py
src/samact/Models/Sequential.py
src/samact/Models/__init__.py
src/samact/Repositories/ILoadRepository.py
src/samact/Repositories/ISaveRepository.py
src/samact/Repositories/__init__.py
src/samact/Repositories/LoadElementInstantiator/ActivateFunctionInstantiator.py
src/samact/Repositories/LoadElementInstantiator/DecoderInstantiator.py
src/samact/Repositories/LoadElementInstantiator/EncoderInstantiator.py
src/samact/Repositories/LoadElementInstantiator/NeuralLayerInstantiator.py
src/samact/Repositories/LoadElementInstantiator/__init__.py
src/samact/Repositories/SamactDto/SamactArchiveDto.py
src/samact/Repositories/SamactDto/SamactArchiveUiDto.py
src/samact/Repositories/SamactDto/__init__.py
src/samact/Results/Dynamics.py
src/samact/Results/EvaluationResult.py
src/samact/Results/FitResult.py
src/samact/Results/StaticParameters.py
src/samact/Results/__init__.py
src/samact/SAMACTFramework/IActivateFunction.py
src/samact/SAMACTFramework/ILayer.py
src/samact/SAMACTFramework/LearningState.py
src/samact/SAMACTFramework/TimeManager.py
src/samact/SAMACTFramework/TrainingContract.py
src/samact/SAMACTFramework/__init__.py
src/samact/SAMACTFramework/ActivateFunction/ActivateFunction.py
src/samact/SAMACTFramework/ActivateFunction/ActivateFunctionCompiler.py
src/samact/SAMACTFramework/ActivateFunction/__init__.py
src/samact/SAMACTFramework/Layers/IDecoder.py
src/samact/SAMACTFramework/Layers/IEncoder.py
src/samact/SAMACTFramework/Layers/INeuralLayer.py
src/samact/SAMACTFramework/Layers/ITeacherEncoder.py
src/samact/SAMACTFramework/Layers/__init__.py
src/samact/SAMACTFramework/Layers/CodingLayer/__init__.py
src/samact/SAMACTFramework/Layers/CodingLayer/DecodeLayer/AutoEncoderDecodeLayer.py
src/samact/SAMACTFramework/Layers/CodingLayer/DecodeLayer/MajorityDecodeLayer.py
src/samact/SAMACTFramework/Layers/CodingLayer/DecodeLayer/NeuronFocusDecodeLayer.py
src/samact/SAMACTFramework/Layers/CodingLayer/DecodeLayer/__init__.py
src/samact/SAMACTFramework/Layers/CodingLayer/EncodeLayer/NeuronFocusEncodeLayer.py
src/samact/SAMACTFramework/Layers/CodingLayer/EncodeLayer/RateEncodeLayer.py
src/samact/SAMACTFramework/Layers/CodingLayer/EncodeLayer/SetDataPolicy.py
src/samact/SAMACTFramework/Layers/CodingLayer/EncodeLayer/__init__.py
src/samact/SAMACTFramework/Layers/CodingLayer/TeacherLayer/ImitateEncoderLayer.py
src/samact/SAMACTFramework/Layers/CodingLayer/TeacherLayer/NeuronFocusTeacherLayer.py
src/samact/SAMACTFramework/Layers/CodingLayer/TeacherLayer/OneHotTeacherLayer.py
src/samact/SAMACTFramework/Layers/CodingLayer/TeacherLayer/__init__.py
src/samact/SAMACTFramework/Layers/NeuralLayer/GradientFactory.py
src/samact/SAMACTFramework/Layers/NeuralLayer/IGradient.py
src/samact/SAMACTFramework/Layers/NeuralLayer/SAMLayer.py
src/samact/SAMACTFramework/Layers/NeuralLayer/__init__.py
src/samact/SAMACTFramework/Layers/NeuralLayer/ConcreteGradient/BasicGradient.py
src/samact/SAMACTFramework/Layers/NeuralLayer/ConcreteGradient/__init__.py
src/samact/SAMACTFramework/Services/DistributionNormalizeService.py
src/samact/SAMACTFramework/Services/DynamicsSummaryService.py
src/samact/SAMACTFramework/Services/__init__.py
src/samact/SAMACTFramework/ValueElements/Gain.py
src/samact/SAMACTFramework/ValueElements/Gradient.py
src/samact/SAMACTFramework/ValueElements/History.py
src/samact/SAMACTFramework/ValueElements/Loss.py
src/samact/SAMACTFramework/ValueElements/Potential.py
src/samact/SAMACTFramework/ValueElements/Theta.py
src/samact/SAMACTFramework/ValueElements/Weight.py
src/samact/SAMACTFramework/ValueElements/__init__.py
src/samact/SAMACTProperty/DefaultLayerProperty.py
src/samact/SAMACTProperty/LayerProperty.py
src/samact/SAMACTProperty/LearningProperty.py
src/samact/SAMACTProperty/RandomProperty.py
src/samact/SAMACTProperty/ValueRuler.py
src/samact/SAMACTProperty/__init__.py
src/samact/Services/LoadSamactFileService.py
src/samact/Services/ParameterInitializeService.py
src/samact/Services/SaveSamactFileService.py
src/samact/Services/__init__.py
src/samact/UserInterfaceActivateFunction/ActivateFunction.py
src/samact/UserInterfaceActivateFunction/IActivateFunction.py
src/samact/UserInterfaceActivateFunction/__init__.py
src/samact/UserInterfaceLayers/ValidateUtil.py
src/samact/UserInterfaceLayers/__init__.py
src/samact/UserInterfaceLayers/CodingLayer/__init__.py
src/samact/UserInterfaceLayers/CodingLayer/DecodeLayer/AutoEncoderDecodeLayer.py
src/samact/UserInterfaceLayers/CodingLayer/DecodeLayer/MajorityDecodeLayer.py
src/samact/UserInterfaceLayers/CodingLayer/DecodeLayer/NeuronFocusDecodeLayer.py
src/samact/UserInterfaceLayers/CodingLayer/DecodeLayer/__init__.py
src/samact/UserInterfaceLayers/CodingLayer/EncodeLayer/NeuronFocusEncodeLayer.py
src/samact/UserInterfaceLayers/CodingLayer/EncodeLayer/RateEncodeLayer.py
src/samact/UserInterfaceLayers/CodingLayer/EncodeLayer/__init__.py
src/samact/UserInterfaceLayers/NeuralLayer/SAMLayer.py
src/samact/UserInterfaceLayers/NeuralLayer/__init__.py