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 e00a1cd commit ab90700Copy full SHA for ab90700
genetic_algorithm/knapsack.py
@@ -4,7 +4,7 @@
4
It is commonly known that combinatorial optimization problems can be solved using
5
dynamic programming. It is lesser known that genetic algorithms (or evolutionary
6
computing in general) can reach the best solution fairly quickly in a lot of cases.
7
-Otherwise, it can still approximate a very good solution (in life, good is good
+Otherwise, it can still approximate a very good solution (in life, good is good
8
enough).
9
10
Genetic algorithms: https://en.wikipedia.org/wiki/Genetic_algorithm
0 commit comments