We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f1190e commit e113648Copy full SHA for e113648
Chapter5/chromosome.py
@@ -20,7 +20,7 @@
20
T = TypeVar('T', bound='Chromosome') # for returning self
21
22
23
-# Base class for all chromosomes; all methods must be o overridden
+# Base class for all chromosomes; all methods must be overridden
24
class Chromosome(ABC):
25
@abstractmethod
26
def fitness(self) -> float:
0 commit comments