poli.core.black_box_information

poli.core.black_box_information#

Implements the black box information class.

Black boxes come in many shapes and forms. The information contained in this class is used to describe the black box and its properties.

The black box information includes the following information: - The problem’s name. - The length of the longest sequence. - Whether the sequences need to be aligned. - Whether the sequences need to have a fixed length. - The alphabet of allowed characters.

Classes

BlackBoxInformation(name, ...[, ...])