Skip to content

Commit 9251ac7

Browse files
author
Guled
committed
Upgraded documentation and genetic algorithm architecture
1 parent 24aa9b6 commit 9251ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLKit/Classes/Genetic Algorithms/Genome.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010

11-
/// Blueprint for a Genome. It is encouraged to inherit from this base class in order to accomodate for your needs.
11+
/// Blueprint for a Genome. It is encouraged that you create your own `generateFitness` method as there are several ways to assess fitness. You are required, on the other hand, to have a genotype representation and a fitness for every Genome.
1212
public protocol Genome {
1313

1414
/// Genotype representation of the genome.

0 commit comments

Comments
 (0)