You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #189 from KelvinChung2000/update_fstring
Formatting the strings using f-string instead of the format() method.
In the __init__() of the pygad.GA class, the logged error messages are handled using a try-except block instead of repeating the logger.error() command.
Thanks @KelvinChung2000 for your contributions!
0 commit comments