시계
1
1
포크
이미 Warrior_EA을(를) 포크했습니다
0
원본 프로젝트 animatedread/Warrior_EA
Warrior_EA/references/MQL5/Experts/GoExploer
저장소 파일(최신 커밋부터)
파일 이름 최신 커밋 메시지 최근 커밋 날짜
AnimateDread 8c66a0fb89 fix(cl): stabilize network training with tighter limits, weight decay, and sign-agreement gate
- Tighten MAX_WEIGHT from 1.0e6 to 100.0 to prevent unbounded weight growth.
- Add MIN_ACTIVATION_DERIVATIVE (1e-4) to avoid zero gradients for saturated units.
- Introduce WEIGHT_DECAY (0.01) to decouple decay from Adam updates.
- Add MAX_WEIGHT_DELTA (0.1) to clamp per-step Adam updates and prevent overshoot.
- Apply sign-agreement gate on weight updates in Adam kernel to only apply steps aligned with current gradient direction.
- Fix tanh/sigmoid derivative calculations to use the new floor instead of hard-coded edge-case values.
2026-07-15 21:47:37 -04:00
..
Cell.mqh fix(cl): stabilize network training with tighter limits, weight decay, and sign-agreement gate 2026-07-15 21:47:37 -04:00
Faza1.mq5 fix(cl): stabilize network training with tighter limits, weight decay, and sign-agreement gate 2026-07-15 21:47:37 -04:00
Faza2.mq5 fix(cl): stabilize network training with tighter limits, weight decay, and sign-agreement gate 2026-07-15 21:47:37 -04:00
GE-learning.mq5 fix(cl): stabilize network training with tighter limits, weight decay, and sign-agreement gate 2026-07-15 21:47:37 -04:00