ljvmiranda921 / pyswarms

A research toolkit for particle swarm optimization in Python
https://pyswarms.readthedocs.io/en/latest/
MIT License
1.29k stars 332 forks source link

Add the function callback feature at each iteration. #493

Open caiofcm opened 2 years ago

caiofcm commented 2 years ago

Add callback function as discussed in issue #359

The change added the feature of calling a callback function at each iteration.

Types of changes

Checklist:

Obs: after running black some other files were formatted.

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

ljvmiranda921 commented 2 years ago

Thanks for this PR! Will review this on the weekend (July 2-3)