Description:Swarm intelligence and evolutionary algorithms are powerful approaches
to solving optimization problems, or anything that can be cast as an
optimization problem. This includes everything from designing neural
network architectures (AutoML) to arranging products in a grocery store
to maximize profit. This book introduces the reader to these techniques
with a Python toolkit and many experiments.