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