Natural Evolution Strategies (NES)
Evolution strategies that use natural gradient descent to update search distribution parameters.
NES optimizes a probability distribution over parameters by maximizing expected fitness:Updates use the natural gradient where is the fisher information matrix.
This ensures the algorithm takes consistent steps in distribution space rather than parameter space - a small parameter change that drastically alters the distribution is scaled appropriately.