Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningNeuralNetwork.h |
| Include | #include "LearningNeuralNetwork.h" |
Syntax
struct FNeuralNetworkInferenceSettings
Remarks
Settings object for a neural network instance
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bParallelEvaluation | If to allow for multi-threaded evaluation. | |
| uint16 | MinParallelBatchSize | Minimum batch size to use for multi-threaded evaluation. |