aarongarrett / inspyred

Python library for bio-inspired computational intelligence
MIT License
190 stars 57 forks source link

Fix keyword argument in multiprocessing example. #1

Closed epiasini closed 11 years ago

epiasini commented 11 years ago

The number of processors to use for concurrent evaluation via multiprocessing was defined in ecspy with the mp_num_cpus argument. This got changed to mp_nprocs in inspyred, but the example wasn't updated to reflect the change.

aarongarrett commented 11 years ago

I appreciate your attention to detail. Thanks.