TroglodyteDerivations
commited on
Commit
•
5c56cd6
1
Parent(s):
6c122e3
Update ga_algo.txt
Browse files- ga_algo.txt +1 -1
ga_algo.txt
CHANGED
@@ -17,7 +17,7 @@ target_pattern = np.array([
|
|
17 |
|
18 |
# Define the GA parameters
|
19 |
population_size = 50
|
20 |
-
num_generations =
|
21 |
mutation_rate = 0.05
|
22 |
crossover_rate = 0.8
|
23 |
elitism_count = 8
|
|
|
17 |
|
18 |
# Define the GA parameters
|
19 |
population_size = 50
|
20 |
+
num_generations = 100000
|
21 |
mutation_rate = 0.05
|
22 |
crossover_rate = 0.8
|
23 |
elitism_count = 8
|