src.domains.hamming_space module#

class HammingSpace(alphabet, wordlength)[source]#

Bases: RGSpace

Represents a Hamming Space

Parameters:#

alphabetlist of strings

alphabet of the Hamming space.

wordlengthint

Number of letters in each word.

__init__(alphabet, wordlength)[source]#
property alphabet#
property wordlength#