Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #852, comment 53


Ignore:
Timestamp:
03/31/11 11:01:16 (14 years ago)
Author:
mkofler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #852, comment 53

    initial v1  
    11Hid start/end index parameters for inertia weight updater (r5893).
    22
    3 I did not wire `CurrentVelocityBounds` with `VelocityBoundsStartValue` in `SwarmUpdater` because I couldn't get it to work. If a dynamic update of the velocity bounds has been configured, `CurrentVelocityBounds` is only updated on execution (not in the `SwarmUpdater` view).
     3Wired `SwarmUpdater` to update `VelocityBounds` when `VelocityBoundsStartValue` is adjusted (r5905).