metaheuristic_designer.encodings.type_cast_encoding#

Encoding that converts between data types (e.g., float ↔ int ↔ bool).

Classes

TypeCastEncoding([encoded_dtype, decoded_dtype])

Encoding that converts the population to a different NumPy dtype.