Hacker News with Generative AI: Evolutionary Algorithms

Low-poly image generation using evolutionary algorithms in Ruby (2023) (thomascountz.com)
Inspired by biological systems, evolutionary algorithms model the patterns of multi-generational evolution in order to unearth unique ideas. They work by generating a vast number of potential solutions to a particular problem and then pitting them against each other in a process akin natural selection: only the fittest survive. In this way, evolutionary algorithms are able to navigate large ambiguous search spaces in order to find solutions to problems that may be difficult or inefficient to solve using other methods.
Supporting game design with evolutionary algorithms (gamedeveloper.com)
Darwin Machines (vedgie.net)