Skip to content

v0.1.0

Choose a tag to compare

@katehyerinjeon katehyerinjeon released this 28 Mar 03:05
478c4b7

v0.1.0 includes:

  • Pedigree class that contains generation number, sire id, dam id, estimated breeding value, and sex information for each animal. It uses pandas.DataFrame type to hold data.
  • Simulation class that executes simulation of generational reproductive cycles. It has an instance variable of type Pedigree and updates it whenever a new generation is reproduced.
  • get_nrm method that computes the value of numerator relationship matrix given a pedigree.