Skip to content

seanmor5/covid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid

Genetic Algorithm for Epidemic Mitigation

https://arxiv.org/pdf/1707.05377.pdf

This algorithm uses genex and libgraph to create a genetic algorithm for limiting the spread of disease in a social network.

The algorithm produces a list of edges to remove from the network. These edges represent connections---essentially the algorithm tells you which edges will effectively mitigate the spread of infection.

To run, clone this directory and run iex -S mix. From iex type the following:

iex> CovidGa.run()

About

Epidemic Mitigation with Genetic Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages