_supports_lt

Module Contents

Classes

SupportsLt

Interface for types supporting the < operator.

Attributes

TSupportsLt

TSupportsLt
class SupportsLt

Bases: Protocol

Inheritance diagram of experimentation.optimization.ea.selection._supports_lt.SupportsLt

Interface for types supporting the < operator.

__lt__(other: TSupportsLt) bool

Compare two objects using the < operator.

Parameters:

other – The object to compare this with.