ci-group / revolve2

A python library for optimization, geared towards modular robots and evolutionary computing.
https://ci-group.github.io/revolve2
GNU Lesser General Public License v3.0
15 stars 47 forks source link

Heritability measure #109

Open karinemiras opened 2 years ago

karinemiras commented 2 years ago

Take it from matteo's work. You need to fit a model between a trait from the parent(s) and a trait from the offspring. The number of parents and the trait should be a param.

surgura commented 2 years ago

I do not understand what this is. A way to compare an individual with it's ancestors based on some user provided function?

surgura commented 2 years ago

I do think it is a good idea to make an interface to get access to the family tree

karinemiras commented 2 years ago

An interface for the family tree would be nice indeed. I have one R script that does that, but only when there's no cross over, and it's not "sharable".