mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 23:24:03 +00:00
- Implement comprehensive tests for adaptive learning mechanisms including MicroLoRA and SONA in learning_tests.rs. - Introduce tests for bio-inspired neural components such as HDC, BTSP, and Spiking Neural Networks in nervous_system_tests.rs. - Create common utilities for random vector generation, vector assertions, and softmax calculations in mod.rs. - Ensure all tests validate expected behaviors and maintain numerical stability.
50 lines
1.9 KiB
Markdown
50 lines
1.9 KiB
Markdown
# Edge-Net Documentation
|
|
|
|
Comprehensive documentation for the Edge-Net distributed compute intelligence network.
|
|
|
|
## Documentation Structure
|
|
|
|
```
|
|
docs/
|
|
├── architecture/ # System design and architecture
|
|
│ └── README.md # Core design document
|
|
├── benchmarks/ # Performance benchmarks and analysis
|
|
│ ├── README.md # Benchmark overview
|
|
│ ├── BENCHMARK_RESULTS.md
|
|
│ ├── BENCHMARK_ANALYSIS.md
|
|
│ └── BENCHMARK_SUMMARY.md
|
|
├── performance/ # Performance optimization guides
|
|
│ ├── optimizations.md
|
|
│ ├── PERFORMANCE_ANALYSIS.md
|
|
│ └── OPTIMIZATION_SUMMARY.md
|
|
├── rac/ # RuVector Adversarial Coherence
|
|
│ ├── rac-validation-report.md
|
|
│ ├── rac-test-results.md
|
|
│ └── axiom-status-matrix.md
|
|
├── research/ # Research and feature analysis
|
|
│ ├── research.md
|
|
│ ├── EXOTIC_AI_FEATURES_RESEARCH.md
|
|
│ └── ECONOMIC_EDGE_CASE_ANALYSIS.md
|
|
├── reports/ # Project reports
|
|
│ └── FINAL_REPORT.md
|
|
└── security/ # Security documentation
|
|
└── README.md # Security model and threat analysis
|
|
```
|
|
|
|
## Quick Links
|
|
|
|
### Core Documentation
|
|
- [Architecture & Design](./architecture/README.md) - System design, modules, data flow
|
|
- [Security Model](./security/README.md) - Threat model, crypto, access control
|
|
|
|
### Performance
|
|
- [Benchmark Results](./benchmarks/README.md) - Performance test results
|
|
- [Optimization Guide](./performance/optimizations.md) - Applied optimizations
|
|
|
|
### RAC (Adversarial Coherence)
|
|
- [Validation Report](./rac/rac-validation-report.md) - RAC test validation
|
|
- [Axiom Status](./rac/axiom-status-matrix.md) - Axiom implementation status
|
|
|
|
### Research
|
|
- [Exotic AI Features](./research/EXOTIC_AI_FEATURES_RESEARCH.md) - Time Crystal, NAO, HDC
|
|
- [Economic Analysis](./research/ECONOMIC_EDGE_CASE_ANALYSIS.md) - Edge case economics
|