Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #852


Ignore:
Timestamp:
01/22/10 12:35:58 (14 years ago)
Author:
mkofler
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #852

    • Property Status changed from new to assigned
  • Ticket #852 – Description

    initial v1  
    11The attached engine describes a simple PSO in HL3.2 and was configured for test functions. Required functionality that goes beyond the currently available operators was realized via Programmable Operators. In particular, two additional operaters were identified that could be beneficial for other algorithms as well:
    22
    3 * Scalar multiplication: Multiplying a vector with a scalar (used in UpdateVelocities)
    4 * Vector addition: Adding two vectors (used in ApplyMove)
     3 * Scalar multiplication: Multiplying a vector with a scalar (used in !UpdateVelocities)
     4 * Vector addition: Adding two vectors (used in !ApplyMove)