CADETProcess.optimization.Individual.from_dict#
- classmethod Individual.from_dict(data: dict) Individual[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.