In artificial intelligence, genetic programming (GP) is a technique of evolving programs, starting from a population of unfit (usually random) programs, fit for a particular task by applying operations analogous to natural genetic processes to the population of programs. It is essentially a heuristic search technique often described as 'hill climbing', i.e. searching for an optimal or at least suitable program among the space of all programs (from wikipedia).
more
SI,SIS and SIRS models
(S Susceptible ), (I Infected), (R Removed)
C++ package
link.
C++ package
link.
python code
link.
Class for simulating izhikevich model on complex networks
python code
link.
Izhikevich Neural Model reference
python code
link.