80
Types of development
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
Genetic algorithms use a fitness function to converge on a solution, so it's not just random iterations hoping one will work. It's basically a gradient descent algorithm applied to output from LLMs.