class documentation
class _CMASolutionDict_functional(_SolutionDict):
Constructor: _CMASolutionDict_functional(*args, **kwargs)
Undocumented
Method | __init__ |
Undocumented |
Method | insert |
insert an entry with key key and value value if value is not None else {'geno':key} and self[key]['kwarg'] = kwarg if kwarg is not None for the further kwargs. |
Instance Variable | last |
Undocumented |
Instance Variable | last |
Undocumented |
Inherited from SolutionDict
:
Method | __contains__ |
Undocumented |
Method | __delitem__ |
remove only most current key-entry of list with same keys |
Method | __getitem__ |
define access self[key] |
Method | __setitem__ |
define self[key] = value |
Method | key |
compute key of x |
Method | truncate |
truncate to max_len/2 when len(self) > max_len. |
Instance Variable | data |
Undocumented |
Inherited from DerivedDictBase
(via SolutionDict
):
Method | __iter__ |
Undocumented |
Method | __len__ |
Undocumented |
Instance Variable | data |
Undocumented |