Simulation of malicious clients #58
Labels
enhancement
New feature or request
research
Label reserved for research questions relevant to the scope of the project
Idea
We want to add the feature to simulate malicious clients in the system.
The workflow
Initially, we thought of simulating nodes that send inf/0 values to the system.
But a better version for simulation is as follows:
This is better than the inf/0 one because it makes the system more robust in terms of detecting the outliers.
Implementation details
We need to create a class that will change the structure of Node. It will be like a map of
<node, int>
.The node would represent the
node_id
and theint
is the type of malicious client.Types of malicious clients
We will have different classes representing the type of malicious clients. The various types can be in the form of malicious clients
The text was updated successfully, but these errors were encountered: