I grep your log file for param values.

Method __init__ Undocumented
Method filerator Opens my filePath and, for each SSE entry found in it, yields 2-tuples with the SSE as a float and a dict keyed by name with a 2-tuple of (1) parameter value as a string, and (2) stars.
Method starredNames Looks through the log file and identifies all names that have stars in the N lowest-SSE entries.
Method globNames Looks at the first SSE entry of the log file and identifies all names that match the glob pattern.
Method load Loads SSEs, and parameter values and stars for those SSEs, from my log file.
Method rj Returns a right-justified string version of the supplied string or float x, with my column width.
Method makeLines Returns lines of a text table of parameter values for the best SSEs leading up to the end.
Method __call__ Undocumented
def __init__(self, filePath, args):
Undocumented
def filerator(self):

Opens my filePath and, for each SSE entry found in it, yields 2-tuples with the SSE as a float and a dict keyed by name with a 2-tuple of (1) parameter value as a string, and (2) stars.

def starredNames(self, N=4):

Looks through the log file and identifies all names that have stars in the N lowest-SSE entries.

def globNames(self, pattern):

Looks at the first SSE entry of the log file and identifies all names that match the glob pattern.

def load(self):

Loads SSEs, and parameter values and stars for those SSEs, from my log file.

def rj(self, x):

Returns a right-justified string version of the supplied string or float x, with my column width.

def makeLines(self):

Returns lines of a text table of parameter values for the best SSEs leading up to the end.

Puts one or two stars ("*" or "**") after the value if they appeared after the value in the log file.

def __call__(self):
Undocumented
API Documentation for ade, generated by pydoctor at 2022-11-17 13:13:22.