Leviathan_no_group
Experiment.h
1 #ifndef APPROXIMATIONS_H
2 #define APPROXIMATIONS_H
3 
4 #include<string>
5 #include<vector>
6 
16 void changeOfReputationPerAgent(float range,float sigma,float delta,
17  unsigned int gossip, unsigned int nbAgent,
18  unsigned int nbReplica,unsigned int nbInteractions);
19 #endif // APPROXIMATIONS_H
Leviathan
Definition: Leviathan.h:74