Algorithms ========== .. automodule:: eap.algorithms .. autofunction:: eap.algorithms.eaSimple(toolbox, population, cxpb, mutpb, ngen[, halloffame]) .. autofunction:: eap.algorithms.eaMuPlusLambda(toolbox, population, mu, lambda_, cxpb, mutpb, ngen[, halloffame]) .. autofunction:: eap.algorithms.eaMuCommaLambda(toolbox, population, mu, lambda_, cxpb, mutpb, ngen[, halloffame]) .. autofunction:: eap.algorithms.eaSteadyState(toolbox, population, ngen[, halloffame])