CADETProcess.optimization.Individual.from_dict

CADETProcess.optimization.Individual.from_dict#

classmethod Individual.from_dict(data)[source]#

Create Individual from dictionary representation of its attributes.

Parameters:
datadict

A dictionary representation of the individual’s attributes.

Returns:
individual

Individual idual created from the dictionary.