richelbilderbeek / pbdmms

Some models
GNU General Public License v3.0
2 stars 0 forks source link

Suggest: rename individual_graph to mate_graph #255

Closed richelbilderbeek closed 7 years ago

richelbilderbeek commented 7 years ago

Now the definition is as such:

///A graph in which all individuals that can mate with p > 0.05 are
///connected
using individual_graph
  = boost::adjacency_list<
      boost::vecS, boost::vecS, boost::undirectedS, indiv
    >;

I suggest, to instead of the data type, use the idea of the graph: it connects those individuals that can mate.

Lumphie commented 7 years ago

Good arguments, so okay for me.

richelbilderbeek commented 7 years ago

It has been done.