SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::GeneticTrainerCInfo Struct Reference

Data used to construct an IA2CTrainer instance More...

#include <GeneticTrainer.h>

Inheritance diagram for SmartEngine::GeneticTrainerCInfo:
SmartEngine::LossTrainerCInfo SmartEngine::ResourceCInfo

Public Attributes

ILossloss = nullptr
 Optional loss structure to train against a known set of outputs More...
 
- Public Attributes inherited from SmartEngine::LossTrainerCInfo
IContextcontext = nullptr
 Context this trainer belongs to. Only trainers and graph nodes of the same context can be connected. More...
 
IGraphgraph = 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...
 

Detailed Description

Data used to construct an IA2CTrainer instance

Member Data Documentation

◆ loss

ILoss* SmartEngine::GeneticTrainerCInfo::loss = nullptr

Optional loss structure to train against a known set of outputs