Warrior_EA/AI
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
..
Impl refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00
ArrayLayer.mqh refactor(AI): split 8 self-contained classes out of the Network.mqh god-file 2026-07-18 16:13:03 -04:00
BufferDouble.mqh refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00
LayerDescription.mqh refactor(comments): stdlib comment style across the remaining in-scope files 2026-08-22 00:25:52 -04:00
Network.cl fix(batchnorm): bound the normalized value - a constant input feature was amplified 1e4x and pinned PAI's head to its rails 2026-08-17 00:21:51 -04:00
Network.mqh refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00
NeuronBatchNorm.mqh refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00
NeuronCPU.mqh refactor(comments): stdlib comment style across the remaining in-scope files 2026-08-22 00:25:52 -04:00
NeuronDirectML.mqh refactor(comments): box headers to stdlib length 2026-08-22 00:30:14 -04:00
NeuronOCLConvPool.mqh fix(build): g_eta - the learning rate global no longer shadows a stdlib local 2026-08-20 07:00:09 -04:00
NeuronPrimitives.mqh feat(rng): ALGLIB's L'Ecuyer generator replaces MathRand, and a seed collision goes with it 2026-08-20 00:29:12 -04:00