Open caiofcm opened 2 years ago
Add callback function as discussed in issue #359
The change added the feature of calling a callback function at each iteration.
Related Issue
Motivation and Context
Option to call a callback function for user custom tasks
How Has This Been Tested?
Added test at test_global_best.py checking the standard output
test_global_best.py
Obs: after running black some other files were formatted.
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Thanks for this PR! Will review this on the weekend (July 2-3)
Add callback function as discussed in issue #359
The change added the feature of calling a callback function at each iteration.
Related Issue
359
Motivation and Context
Option to call a callback function for user custom tasks
How Has This Been Tested?
Added test at
test_global_best.py
checking the standard outputTypes of changes
Checklist:
Obs: after running black some other files were formatted.