Crossover ========= .. automodule:: surrogate.crossover cxOnePoint ---------- .. autofunction:: surrogate.crossover.cxOnePoint() cxTwoPoint ---------- .. autofunction:: surrogate.crossover.cxTwoPoint() cxUniform --------- .. autofunction:: surrogate.crossover.cxUniform() cxPartialyMatch --------------- .. autofunction:: surrogate.crossover.cxPartialyMatch() cxUniformPartialMatch --------------------- .. autofunction:: surrogate.crossover.cxUniformPartialMatch() cxOrdered --------- .. autofunction:: surrogate.crossover.cxOrdered() cxBlend ------- .. autofunction:: surrogate.crossover.cxBlend() cxSimulatedBinary ----------------- .. autofunction:: surrogate.crossover.cxSimulatedBinary() cxSimulatedBinaryBounded ------------------------ .. autofunction:: surrogate.crossover.cxSimulatedBinaryBounded() cxMessyOnePoint --------------- .. autofunction:: surrogate.crossover.cxMessyOnePoint()