You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent repeated migration of programs between islands
Adds a check to avoid re-migrating already migrated programs in the ProgramDatabase migration logic. This prevents exponential duplication of identical programs, conserves computational resources, and maintains diversity in the MAP-Elites + Island hybrid architecture. Also updates config.yaml to adjust LLM temperature and selection ratios for improved optimization.
0 commit comments