Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningPSOOptimizer.h |
| Include | #include "LearningPSOOptimizer.h" |
Syntax
struct FPSOOptimizerSettings
Remarks
Settings for the PSO Optimizer. Defaults from https://www.jstage.jst.go.jp/article/imt/3/1/3_1_103/_pdf/-char/ja
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | GlobalGain | Amount to pull particles toward the global best. | |
| float | LocalGain | Amount to pull particles toward their local best. | |
| float | Momentum | How much of the particle velocity to preserve between steps. |