VirEvoDyn.git
11 years agoBasic unit testing framework.
Dariusz Murakowski [Tue, 4 Feb 2014 22:19:43 +0000 (17:19 -0500)]
Basic unit testing framework.

11 years agoCheck for file-opening / existence errors (vs segfault). write_mod for general Hamilt...
Dariusz Murakowski [Tue, 4 Feb 2014 20:01:52 +0000 (15:01 -0500)]
Check for file-opening / existence errors (vs segfault). write_mod for general Hamiltonian. --help flag.

11 years agoAdd write_mod option to write population at regular time intervals (two-site/two...
Dariusz Murakowski [Thu, 26 Sep 2013 22:38:00 +0000 (18:38 -0400)]
Add write_mod option to write population at regular time intervals (two-site/two-allele only).

11 years agoLocate segfault for small N (population size = 0). Seed as additional run parameter...
Dariusz Murakowski [Mon, 16 Sep 2013 15:43:15 +0000 (11:43 -0400)]
Locate segfault for small N (population size = 0). Seed as additional run parameter. Concatenate source files?

12 years agoSpecial two-site + two-allele (two-locus + binary) Hamiltonian with all parameters...
Dariusz Murakowski [Fri, 17 May 2013 14:27:10 +0000 (10:27 -0400)]
Special two-site + two-allele (two-locus + binary) Hamiltonian with all parameters passed as command line arguments.

12 years agoMore output for non-epitope runs. Assuage compiler warnings of unused parameters...
Dariusz Murakowski [Wed, 15 May 2013 14:10:01 +0000 (10:10 -0400)]
More output for non-epitope runs. Assuage compiler warnings of unused parameters and signed/unsigned int comparison.

12 years agoWright-Fisher code by Tom Butler (via John Barton).
Dariusz Murakowski [Tue, 14 May 2013 21:01:52 +0000 (17:01 -0400)]
Wright-Fisher code by Tom Butler (via John Barton).

12 years agoJust use the GNU Scientific Library (GSL) for RNG. (But also include my attempt at...
Dariusz Murakowski [Tue, 14 May 2013 19:53:11 +0000 (15:53 -0400)]
Just use the GNU Scientific Library (GSL) for RNG. (But also include my attempt at copying over the relevant bits.)

12 years agoAdd Mersenne Twister RNG library/header. Generalize to stream<< any std::map<T> as...
Dariusz Murakowski [Fri, 5 Apr 2013 05:37:53 +0000 (01:37 -0400)]
Add Mersenne Twister RNG library/header. Generalize to stream<< any std::map<T> as CSV-like string.

12 years agoPrint mutset_t (to stream using operator<<) as CSV-like string.
Dariusz Murakowski [Fri, 5 Apr 2013 03:53:59 +0000 (23:53 -0400)]
Print mutset_t (to stream using operator<<) as CSV-like string.

12 years agoStart of Wright-Fisher dynamics using STL. Mutations stored as std::set, species...
Dariusz Murakowski [Fri, 5 Apr 2013 03:28:36 +0000 (23:28 -0400)]
Start of Wright-Fisher dynamics using STL. Mutations stored as std::set, species counts in std::map.