When you run the code with Recombination said as None, i.e. not used, the offspring population is not updated using the newly selected parents population. A possible solution would be to use the selected population for the offsprings, and in the case the λ > μ (offspring size bigger than parent size), randomly re-select some of the parents, or create random individuals for the remainder. Refer to the file EA_sequential -> EA.py
When you run the code with Recombination said as
None, i.e. not used, the offspring population is not updated using the newly selected parents population. A possible solution would be to use the selected population for the offsprings, and in the case the λ > μ (offspring size bigger than parent size), randomly re-select some of the parents, or create random individuals for the remainder. Refer to the fileEA_sequential -> EA.py