jameshughes89 / cs4XX-EvolutionaryComputation

CS 4XX: Evolutionary Computation
http://csci340.com/
GNU General Public License v3.0
5 stars 14 forks source link

🎓 Topic pso --- Show also pseudocode and discuss some enhancements #226

Closed jameshughes89 closed 9 months ago

jameshughes89 commented 9 months ago

What

  1. Show the idea of the algo
  2. Show how it's basically just a GA (but don't tell anyone)
  3. Discuss some ideas that could be thrown at the algo

Testing

👍

Additional Notes

I feel like I am using the wrong word, but my brain is ded as I am working while at home with a sick toddler. I don't think the right word is "exponential decay". I am thinking of like a sigmoid function where the velocity approaches some speed. If you think of a better word, let me know.

  • Velocity clamping
    * Disallow particles from having velocities over a certain value
    * This could be done by setting a ceiling, or an exponentially decaying velocity
twentylemon commented 9 months ago

I don't think the right word is "exponential decay"

Gradient descent?