ribs.emitters.operators¶
Various operators which are employed across emitters.
Operators take in one or more parent solutions and output new solutions via operators such as mutation and crossover.
Adds Gaussian noise to solutions. | |
Adds Isotropic Gaussian noise and directional noise to parents. | |
Base class for operators. |