LICENSE
README.md
README.rst
pyproject.toml
docs/conf.py
notas/debug_imports.py
notas/dumper.py
royalflush/__init__.py
royalflush/cli.py
royalflush.egg-info/PKG-INFO
royalflush.egg-info/SOURCES.txt
royalflush.egg-info/dependency_links.txt
royalflush.egg-info/entry_points.txt
royalflush.egg-info/requires.txt
royalflush.egg-info/top_level.txt
royalflush/_agent/__init__.py
royalflush/_agent/agent_factory.py
royalflush/_agent/base.py
royalflush/_agent/coordinator.py
royalflush/_agent/launcher.py
royalflush/_agent/observer.py
royalflush/_agent/premiofl/__init__.py
royalflush/_agent/premiofl/acol.py
royalflush/_agent/premiofl/macofl.py
royalflush/_agent/premiofl/pmacofl_max.py
royalflush/_agent/premiofl/pmacofl_min.py
royalflush/_behaviour/__init__.py
royalflush/_behaviour/coordination.py
royalflush/_behaviour/launcher.py
royalflush/_behaviour/observer.py
royalflush/_behaviour/premiofl/__init__.py
royalflush/_behaviour/premiofl/communication.py
royalflush/_behaviour/premiofl/consensus.py
royalflush/_behaviour/premiofl/fsm.py
royalflush/_behaviour/premiofl/layer_receiver.py
royalflush/_behaviour/premiofl/similarity_receiver.py
royalflush/_behaviour/premiofl/train.py
royalflush/_commands/__init__.py
royalflush/_commands/analyze_logs.py
royalflush/_commands/create_template.py
royalflush/_commands/run.py
royalflush/_commands/version.py
royalflush/agent/__init__.py
royalflush/agent/premiofl/__init__.py
royalflush/behaviour/__init__.py
royalflush/commands/__init__.py
royalflush/dataset/__init__.py
royalflush/dataset/cifar.py
royalflush/dataset/dataloader_generator.py
royalflush/dataset/mnist.py
royalflush/datatypes/__init__.py
royalflush/datatypes/consensus.py
royalflush/datatypes/consensus_manager.py
royalflush/datatypes/data.py
royalflush/datatypes/experiment.py
royalflush/datatypes/graph.py
royalflush/datatypes/metrics.py
royalflush/datatypes/models.py
royalflush/log/__init__.py
royalflush/log/algorithm.py
royalflush/log/convergence.py
royalflush/log/csv.py
royalflush/log/general.py
royalflush/log/log.py
royalflush/log/message.py
royalflush/log/nn.py
royalflush/message/__init__.py
royalflush/message/message.py
royalflush/message/multipart.py
royalflush/nn/__init__.py
royalflush/nn/model_factory.py
royalflush/nn/model/__init__.py
royalflush/nn/model/cnn.py
royalflush/nn/model/mlp.py
royalflush/similarity/__init__.py
royalflush/similarity/function.py
royalflush/similarity/similarity_manager.py
royalflush/similarity/similarity_vector.py
royalflush/utils/__init__.py
royalflush/utils/plots.py
royalflush/utils/random.py
royalflush/utils/reputation.py
tests/__init__.py
tests/test_cli.py
tests/test_consensus.py
tests/test_consensus_transmission.py
tests/test_dataset.py
tests/test_graph.py
tests/test_log.py
tests/test_multipart_handler.py
tests/test_nn_model.py