NN_in_Trading/Experts/NeuroNet_DNG/NeuroNet.mqh

20 行
653 B
MQL5

2026-06-05 22:00:59 +03:00
#ifndef NEURONET_MQH
#define NEURONET_MQH
#define NEURONET_BUILDING_FACADE
/// \file
2026-04-11 21:31:05 +03:00
/// \brief NeuroNet.mqh
2026-06-05 22:00:59 +03:00
/// Facade include for the logical NeuroNet blocks.
//+------------------------------------------------------------------+
#include "NeuroNet_Definitions.mqh"
#include "NeuroNet_Declarations.mqh"
#include "NeuroNet_Core.mqh"
#include "NeuroNet_RecurrentState.mqh"
#include "NeuroNet_SpikeFlow.mqh"
#include "NeuroNet_Attention.mqh"
#include "NeuroNet_GraphSparse.mqh"
#include "NeuroNet_AgentsRL.mqh"
#include "NeuroNet_TimeSeries.mqh"
#include "NeuroNet_Misc.mqh"
#undef NEURONET_BUILDING_FACADE
#endif // NEURONET_MQH