Create ‘evolution’
This commit is contained in:
parent
6e7becffaa
commit
b4512a9369
1
evolution.myco
Normal file
1
evolution.myco
Normal 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.
|
Loading…
Reference in New Issue
Block a user