Recent content by Mke

  1. M

    I Combining Position and Velocity in PSO: How to Handle Different Units?

    Thank you but where does this delta-time come in the original equation that produces the new NewPosition which is merely : NewPositionmeters = OldPositionmeters + Velocitymeters/sec . Could you please further explain this ? Also, how the delta-time is normally represented when the PSO algorithm...
  2. M

    I Combining Position and Velocity in PSO: How to Handle Different Units?

    they are not normally specified in the equations that produce the PSO. However, this is not important since regardless of the units, we are adding two different components that have different units. its like adding Kg and Km
  3. M

    I Combining Position and Velocity in PSO: How to Handle Different Units?

    the units of velocity and position in the PSo are normally specified but they are still added together.
  4. M

    I Combining Position and Velocity in PSO: How to Handle Different Units?

    Hello thank you for your reply. When the velocity is determined in the PSo algorithm, one needs to add the weighted velocity to the difference between the ( current positions and the best experience of that position ) . The former is velocity which is normally measured in different units than...
  5. M

    I Combining Position and Velocity in PSO: How to Handle Different Units?

    Hello everyone,I have a short question about the PSO since I am a new comer to this field. how can we "add" position with velocity in the simple PSO algorithm, when they are of different units?
Back
Top