huamonarch
  • Joined on 2025-08-24
huamonarch pushed to master at huamonarch/eis 2026-05-15 15:46:42 +08:00
62a2e5568b fix: expression_engine.h 添加 <mix_cc/ihyper_db.h> 以解析 time_range_t
huamonarch pushed to master at huamonarch/eis 2026-05-15 15:40:29 +08:00
dc26b6a7dd fix: 将 enum class 类型的 CHECK_EQ 改为 CHECK(==),避免 ostream<< 模板错误
huamonarch pushed to master at huamonarch/eis 2026-05-15 15:32:31 +08:00
5a026accaf build: 添加 -Wno-unused-parameter/variable/sign-compare/reorder 减少警告噪音
huamonarch pushed to master at huamonarch/eis 2026-05-15 15:25:12 +08:00
2754b7a267 docs: 添加 eqpalg 测试说明文档(77 用例,3 文件,框架使用说明)
huamonarch pushed to master at huamonarch/eis 2026-05-15 15:22:11 +08:00
4032ff92ef fix: 将测试文件中 "" include 改为 <> 风格,统一项目规范
huamonarch pushed to master at huamonarch/eis 2026-05-15 15:19:30 +08:00
3f10d4dd9f fix: 为 eqpalg_test 添加缺失的 include 路径(legacy/include/ihdb/memcache/iXcom)
huamonarch pushed to master at huamonarch/eis 2026-05-15 15:04:28 +08:00
153ce64ae3 docs: 添加 2026-05-15 eqpalg 重构变更文档
huamonarch pushed to master at huamonarch/eis 2026-05-15 15:00:37 +08:00
ca2147e499 test: 核心算法单元测试 — LogicAlg/BoundAlg/FeedbackAlg/ExpTimes/FaultCode/Roller3
032f0d0978 refactor: 切换 build_algorithm 工厂到算法子类 + CMake 更新
ae7834adaa refactor: 算法子类化 — LogicAlg/BoundAlg/BoundHoldAlg/FeedbackAlg 消除 exp_type_ 分支
4f8eecd828 refactor: 提取 StatCollector 统计学习组件
b9cf5f4e9e refactor: 提取 BoundChecker 上下限检测组件
Compare 22 commits »
huamonarch pushed to master at huamonarch/eis 2026-05-15 09:15:00 +08:00
1ff51483e7 在 .gitignore 中添加 Claude Code 相关条目(.claude/、CLAUDE.md)
huamonarch pushed to master at huamonarch/eis 2026-05-15 09:14:13 +08:00
65863b326f 为 RNG 模块添加 CTest 单元测试,覆盖常量/线性/漂移/正弦/复合/布尔/注册表/阀对等模型
huamonarch pushed to master at huamonarch/eis 2026-05-13 17:10:16 +08:00
b99cd0a73c Add change documentation for 2026-05-13 eqpalg fixes and optimizations
huamonarch pushed to master at huamonarch/eis 2026-05-13 17:07:47 +08:00
672412e5a8 docs: add RNG changelog documenting all 2026-05-13 changes
huamonarch pushed to master at huamonarch/eis 2026-05-13 16:56:36 +08:00
1e781a7c03 feat: add ! negation operator for boolean models
huamonarch pushed to master at huamonarch/eis 2026-05-13 16:34:06 +08:00
e4233cc23d fix: add period_ms to linear and drift models to prevent unbounded divergence
huamonarch pushed to master at huamonarch/eis 2026-05-13 16:14:50 +08:00
256aa07c1c docs: add comprehensive RNG project README
huamonarch pushed to master at huamonarch/eis 2026-05-13 16:04:01 +08:00
47dd4fad4b fix: qualify is_same_v with std:: in FlowData constructor
f41ce0c40f fix: GuassRand use sigma as stddev directly instead of sqrt(sigma)
5ee17627e9 fix: address code review issues
d9b4ee8eb3 fix: prevent ValvePairModel stuck-state by freezing prev_action during delay
10bb9937d6 chore: remove unused BaseData.h
Compare 20 commits »
huamonarch pushed to master at huamonarch/eis 2026-05-13 13:51:53 +08:00
11e5a6aeef Use angle-bracket include for async_db_worker.h
huamonarch pushed to master at huamonarch/eis 2026-05-13 13:32:57 +08:00
f80a917ab7 Async-ify ExpTimes DB persistence with global singleton worker thread
huamonarch pushed to master at huamonarch/eis 2026-05-13 12:59:21 +08:00
6ed178b367 Fix: protect update_history_times snapshot restore from DB failures
huamonarch pushed to master at huamonarch/eis 2026-05-13 11:22:46 +08:00
b3932b0af8 Fix: update_cold must not overwrite SHM stat_values and fetch_mark