Inbreeding / Pain / Genetics Algorithm Ratio

I am looking for a good pseudocode or, even better, the actual code snippets - when implementing the algorithm algorithm in the genealogy database that I have for the sheep stored in the SQL Server database.

I have a very old C program that worked against a flat text file until the population got such a large algorithm, since all this was done in memory, so an implementation against the database would be preferable ...

Has anyone seen something like this that they can point me to?

+6
genealogy genetic-algorithm
source share
1 answer

If you don't want to roll back your own, you can use the Python pypedal package to compute the inbreeding coefficient that supports SQL databases .

Pipedal code for calculating the inbreeding coefficient here .

+4
source share

All Articles