Skip to content

Commit 6dc0036

Browse files
authored
Update config.py
1 parent abd622c commit 6dc0036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openevolve/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ class DatabaseConfig:
248248
population_size: int = 1000
249249
archive_size: int = 100
250250
num_islands: int = 5
251+
programs_per_island: Optional[int] = None
251252

252253
# Selection parameters
253254
elite_selection_ratio: float = 0.1

0 commit comments

Comments
 (0)