We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abd622c commit 6dc0036Copy full SHA for 6dc0036
1 file changed
openevolve/config.py
@@ -248,6 +248,7 @@ class DatabaseConfig:
248
population_size: int = 1000
249
archive_size: int = 100
250
num_islands: int = 5
251
+ programs_per_island: Optional[int] = None
252
253
# Selection parameters
254
elite_selection_ratio: float = 0.1
0 commit comments