Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore & fix(deap/tools/emo.py:selTournamentDCD): check on value of k …
…& throw ValueError for failed input validation Now, if number of individuals to select(stored in parameter `k`) is not multiple of 4, it will throw. In addition, throw `ValueError` instead of generic `Exception` when input is invalid.
- Loading branch information