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.
2 parents 3f1190e + e113648 commit 85709aaCopy full SHA for 85709aa
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