Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jshuadvd committed Jul 5, 2024
1 parent 3649711 commit 6dc26ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ def initialize_population(population_size, search_space, d_model):

population.append(yarn_individual)

# Generate the rest of the population randomly
for _ in range(population_size):
individual = {
"lambda_i": [
Expand Down

0 comments on commit 6dc26ad

Please sign in to comment.