jameshughes89 / cs4XX-EvolutionaryComputation

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

:technologist: PSO --- Update comments and make r_1 & r_2 vectors #223

Closed jameshughes89 closed 9 months ago

jameshughes89 commented 9 months ago

What

  1. Update the comments in the pso src
  2. Make the random vectors actually vectors

Why

  1. Makes it easier to reference the code in the rst files
  2. They should have been vectors in the first place (though, it doesn't REALLY matter, but since I explained them in the content as vectors, I should make them vectors)

Testing

:+1: