ribs.archives.Elite¶
- namedtuple ribs.archives.Elite(solution: numpy.ndarray, objective: float, measures: numpy.ndarray, index: int, metadata: object)[source]¶
Represents a single elite in an archive.
Note that since this class is a namedtuple, its fields may be accessed either by name or by integer indices.
- Fields
- count(value, /)¶
Return number of occurrences of value.