Skip to content

Commit

Permalink
Merge pull request #281 from alcides/santafe
Browse files Browse the repository at this point in the history
Improving santafe
  • Loading branch information
alcides authored Jan 26, 2025
2 parents 1c027c4 + d606f3a commit c229535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/benchmarks/santafe.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def setup_problem(self, map):

# Problem
def fitness_function(i):
print(i)
return simulate(i, map)

target_food = map.count("#")
Expand Down

0 comments on commit c229535

Please sign in to comment.