This modules provides exhaustive learners. Currently, it include the ListLearner class which scores a list of networks. In the future, we might implent exhaustive learners that score all possible networks meeting some constraints (as defined by prior models).
Create a ListLearner learner.
networks should be a list of networks (as network.Network instances).
Split the learner into multiple learners.
Splits self.networks into count parts. This is similar to MPI’s scatter functionality.