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

Add hybrid examples and some refactors #168

Closed
wants to merge 3 commits into from
Closed

Conversation

Saethox
Copy link
Collaborator

@Saethox Saethox commented Apr 13, 2023

I'm making this a draft for now as I'm not sure how we should integrate those hybrids. Just leave them as examples?

  • Implements Simulated Annealing
  • Adds inertia weight adaptation strategies for PSO
  • Turns Extractor into a real trait
  • Renames some things I think make more sense this way (e.g. PsoState to ParticleSwarm)
  • Implements three PSO hybrids

@HeleNoir
Copy link
Collaborator

I would prefer integrating the components as usual. There might be other algorithms where we need them.

At some point, we need to think about how many examples we want in this repostory. I think those from the initial publications are fine, but we do not want every example we ever created in here.

@Saethox
Copy link
Collaborator Author

Saethox commented Jun 5, 2023

Closing this in favor of #173.

@Saethox Saethox closed this Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants