|
SmartEngine
1.6.0
|
Data used to construct an IA2CTrainer instance More...
#include <GeneticTrainer.h>
Public Attributes | |
| ILoss * | loss = nullptr |
| Optional loss structure to train against a known set of outputs More... | |
Public Attributes inherited from SmartEngine::LossTrainerCInfo | |
| IContext * | context = nullptr |
| Context this trainer belongs to. Only trainers and graph nodes of the same context can be connected. More... | |
| IGraph * | graph = nullptr |
| The graph to be trained. More... | |
Public Attributes inherited from SmartEngine::ResourceCInfo | |
| const char * | resourceName = nullptr |
| Optional resource name that will be used with Load() and Save() if no other name is provided. More... | |
Data used to construct an IA2CTrainer instance
| ILoss* SmartEngine::GeneticTrainerCInfo::loss = nullptr |
Optional loss structure to train against a known set of outputs