Create ‘evolution’

This commit is contained in:
osmarks 2024-09-22 15:19:15 +00:00 committed by wikimind
parent 6e7becffaa
commit b4512a9369

1
evolution.myco Normal file
View File

@ -0,0 +1 @@
Evolution is a family of obsolete black-box [[optimization algorithm]]s. It is a population-based method: many samples are drawn from an initial distribution, and merged, mutated or removed depending on their [[fitness metric]]. Its primary advantage is that it continues to work when the fitness metric is a pathological (expensive-to-compute, discontinuous, non-differentiable, etc) function, unlike [[gradient descent]], which has replaced it in most practical applications.