Having trouble with the course selection function in my algorithm

self.AddUniverse(self.CoarseSelectionFunction, self.FineSelectionFunction)

This line of code in my algorithm results in an error code

Author