Probes ====== Probes are special pipeline operators that can be used to echo state of passing individuals or other data. For example, you might want to print the state of an individual with two probes, one before a mutation operator is applied, and another afterwards to observe the effects of mutation. These are probes do more than passive reporting of data that passes through the pipeline -- they actually do some data processing and report that. .. automodule:: leap_ec.probe :members: :undoc-members: :noindex: