A History class for maintaining a history of Individual objects.

Function seq2bytes No summary
Function bytes2array Converts the bytes object with key name in state into a Numpy array, which gets returned.
Class Analysis I let you analyze the parameter values of a Population.
Class ClosestPairFinder I determine which of two rows are most similar of a Numpy 1-D array X I maintain having Nr rows and Nc columns.
Class History I maintain a roster of the parameter values and SSEs of Individual objects that a Population has had and possibly replaced.
def seq2bytes(X, dtype=None):

Converts the supplied sequence X to a bytes object, returned. If the sequence is not already a Numpy array, supply an efficient dtype for the array version that will be created for it.

def bytes2array(state, name):

Converts the bytes object with key name in state into a Numpy array, which gets returned.

If no such bytes object is present, an empty array is constructed and returned.

API Documentation for ade, generated by pydoctor at 2022-11-17 13:13:22.