Skip to content

Commit

Permalink
added origin island rank member
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Taubert committed May 15, 2024
1 parent 8a75b20 commit a321284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions propulate/population.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def __init__(

self.generation = generation # Equals each worker's iteration for continuous population in Propulate.
self.rank = rank
self.island_rank = -1
self.loss = None # Set to None instead of inf since there are no comparisons
self.active = True
self.island = -1 # island of origin
Expand Down

0 comments on commit a321284

Please sign in to comment.