metaheuristic_designer.encodings#
Concrete encoding implementations provided by the library.
Modules
Encoding that chains a sequence of encodings into a single composite operation. |
|
Encoding for image-based optimization tasks. |
|
Encoding that reshapes vectors into matrices. |
|
Encoding that splits a genotype into a solution part and auxiliary parameters. |
|
Encoding that applies a sigmoid function to enable continuous operators on binary problems. |
|
Specialized encodings for specific algorithms (PSO, self-adapting ES). |
|
Encoding that converts between data types (e.g., float ↔ int ↔ bool). |