Post #2344723
2026-04-07 03:29 UTC
@maxc@merveilles.town @demofox@mastodon.gamedev.place
I always liked genetic algorithms, but people used to sneer at me due to their overhead.
Replies (1)
-
@maxc@merveilles.town 2026-04-07 04:27
@dougmerritt@mathstodon.xyz @demofox@mastodon.gamedev.place love genetic algorithms and beam searches and the like. one of my first ludum dare games was a genetic algorithm where the fitness of a specimen was taken as its average distance and minimum to the player over its lifetime and its genes were a stream of inputs, and they'd gradually learn how to get close to wherever the player was building. was exhilarating to see them learn in real time. fwiw i am extremely anti "AI" - the current trends are a huge shame though because theres a lot of very interesting weird cool not-awful ML/NN stuff to explore, but LLMs have pooped in that particular pool.