Warrior_EA/AI/Impl
Repository files (latest commit first)
Filename Latest commit message Latest commit date
AnimateDread b91c7b1f7a refactor(comments): box headers to stdlib length
The //| box blocks were excluded from 0b06f8e and 5efdb48 and were what
remained: 160 of them ran to 10+ lines, the longest to 88. Compressed to their
leading topic sentences - 5 lines for a function header, 8 for a file header -
keeping the box format and the standard MQL5 name/author lines verbatim.

Verified at the BYTE level this time, across every in-scope file: the list of
non-comment lines is byte-identical to HEAD and braces balance. The first check
compared a locale-decoded 'git show' against a UTF-8 read and flagged 25 files
that had not changed at all - every BOM and every non-ASCII line mismatched.

47,696 -> 40,665 lines in scope; comment share 38% -> 26%.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-22 00:30:14 -04:00
..
Layer.mqh refactor(ai): extract Layer.mqh and deduplicate AI config 2026-08-01 11:27:28 -04:00
NetBuild.mqh refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00
NetForward.mqh feat: S2 meta-labeling head - binary trade-quality model over the classic-candidate corpus 2026-08-13 06:52:31 -04:00
NetPersistence.mqh fix: improve error messages and suppress false sharing-violation logs 2026-08-02 01:09:18 -04:00
NetWeights.mqh refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00
NeuronBase.mqh refactor(stdlib): adopt Math\Stat for the deploy gate's normal tail; retire the b1/b2/lr/momentum macros 2026-08-19 19:31:36 -04:00
NeuronConvPool.mqh fix(build): g_eta - the learning rate global no longer shadows a stdlib local 2026-08-20 07:00:09 -04:00
NeuronLSTM.mqh fix(lstm): the CPU LSTM leaked four buffers per forward pass, and the input-gradient loop checked nothing 2026-08-20 13:54:08 -04:00
NeuronOCLBase.mqh refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00
NeuronOCLLSTM.mqh refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00