mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 06:36:37 +00:00
Version bump and comprehensive updates: ## GNN Forgetting Mitigation (Issue #17) - Add Adam optimizer with bias-corrected momentum - Add SGD with momentum for convergence - Add Elastic Weight Consolidation (EWC) for catastrophic forgetting prevention - Add ReplayBuffer with reservoir sampling - Add 6 learning rate scheduling strategies - All 177 GNN tests passing ## Security Fixes - Fixed integer overflow vulnerabilities across core crates - Enhanced bounds checking in arena allocations - Improved quantization safety - Added verification tests for security fixes ## Dependency Updates - Updated ruvector-gnn dependency versions in node/wasm crates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| api.rs | ||
| circuit_breaker.rs | ||
| error.rs | ||
| feature_engineering.rs | ||
| lib.rs | ||
| metrics.rs | ||
| model.rs | ||
| optimization.rs | ||
| router.rs | ||
| storage.rs | ||
| tracing.rs | ||
| training.rs | ||
| types.rs | ||
| uncertainty.rs | ||