6 Commits

Author SHA1 Message Date
AI-anonymous
4c9a550f8b feat: Add playbook vector extraction and activation steering routing to FCES training pipeline 2026-05-23 08:33:27 +02:00
AI-anonymous
306372bb5b feat: complete phase 5 - Klausuren validation with MoE routing, dynamic dimensional matching, and full mypy type safety 2026-05-22 01:32:02 +02:00
AI-anonymous
663e2fb71d feat: expert manifold alignment, MoE router, FCES controller metadata bindings 2026-05-20 16:07:36 +02:00
AI-anonymous
7e2e86d98c feat: implement parasitic QLoRA adapter extraction and unit tests 2026-05-20 15:03:34 +02:00
AI-anonymous
3b15770437 style: run clang-format and configure pre-commit hooks 2026-05-20 00:18:23 +02:00
AI-anonymous
9bbe253810 feat: scaffold FCES-native C++ project with libtorch integration
- CMakeLists.txt with libtorch, GoogleTest, GoogleBenchmark, OpenMP, pybind11
- Header files: config, controller, population, fitness, evolution, spectral, oscillation, telemetry, optimizer
- Source implementations: controller (full micro-MLP forward pass, mutation, crossover), fitness (Welford's algorithm), oscillation (DFT), spectral (SVD rank), optimizer (sign-SGD stub)
- Tests: controller, population, fitness, optimizer (Google Test)
- Benchmarks: evolve throughput, optimizer step (Google Benchmark)
- Examples: simple optimization, PyTorch/libtorch integration
- Python extension: pybind11 bindings with setup.py
- README with architecture diagram and build instructions
2026-05-19 16:05:15 +02:00