Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger-enabled algorithms should use the exclamation mark in their name #77

Closed
3 tasks done
saxarona opened this issue Oct 5, 2023 · 0 comments · Fixed by #86
Closed
3 tasks done

Logger-enabled algorithms should use the exclamation mark in their name #77

saxarona opened this issue Oct 5, 2023 · 0 comments · Fixed by #86
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@saxarona
Copy link
Collaborator

saxarona commented Oct 5, 2023

Take for example the oneplusone signature:

oneplusone(logger::Logbook, f, ind, k_max, M)

Since logger is being modified by the compute! function inside, then oneplusone should have an exclamation mark in the name as well.

This would make the difference between oneplusone and oneplusone! easier to notice, as well.

  • oneplusone!
  • GA!
  • PSO!
@saxarona saxarona self-assigned this Oct 5, 2023
@saxarona saxarona added the enhancement New feature or request label Oct 5, 2023
@saxarona saxarona added this to the EvoLP 1.4 milestone Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant