Evolutionary Model of Tag Based Agents
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
Added Standard Deviation and attempted to add average tolerance output for HDist. Currently untested.
d7963c1View on GitHubAdded output for hamming distance modification and added defaults to README.
01b81f1View on GitHubImplemented bit string tags and hamming distance measure.
a6308a9View on GitHubAdded average tolerence of connected agents to console output.
1317485View on GitHubFixed agent tag clustering output to not display unconnected nodes.
6941b94View on GitHubAdded (lengthy) console output every 100 generations to observe tag clustering.
3f05d10View on GitHubChanged the method of calculation for total possible number of donations. Program now supports excessive numbers of nodes with given network structures without loss of information.
148bb73View on GitHubAdded errorcheck for non-connected nodes in a network.
6fbb911View on GitHubFixed Error: Evolutionary stage only checks surrounding agents when on networks.
c2abda3View on GitHubAdded current code and detailed how it works in the README.
a74dceeView on GitHub