Diplomova_Prace_Klabenes  1.0
Public Member Functions | List of all members
fei.PSO.PSOstructures.Velocity Class Reference

Public Member Functions

 Velocity ()
 
ArrayList< Double > getVelocity ()
 

Detailed Description

Třída objektů typu Velocity. Objekt typu Velocity je definována jako rychlost částice v rámci algoritmu PSO. Objekt Velocity lze popsat jako seznam rychlostí jednotlivých částic. Rychlost je brána jako délka skoku jedné částice.

Constructor & Destructor Documentation

◆ Velocity()

fei.PSO.PSOstructures.Velocity.Velocity ( )

Standardní konstruktor objektu.

Member Function Documentation

◆ getVelocity()

ArrayList<Double> fei.PSO.PSOstructures.Velocity.getVelocity ( )

Získá list s velikostí rychlost (skoku) jednotlivých částic.

Returns
seznam rychlostí částic.

The documentation for this class was generated from the following file: