|
|
|
|
|
by N_Lens
194 days ago
|
|
Some cool optimisations here: MAP elites, island models to prevent premature convergence & fast rejection of bad candidates. What's particularly interesting is the meta level insight: The system discovered scipy.optimize.SLSQP for circle packing - a completely different algorithmic paradigm than it started with. It's genuinely discovering new approaches, not just parameter-tuning. |
|