Commit Graph

4 Commits

Author SHA1 Message Date
AI-anonymous
041eab7155 Force global pre-cxx11 ABI for sub-projects to resolve linking issues on Linux 2026-05-20 00:11:47 +02:00
AI-anonymous
9c941f39a4 Add telemetry_and_inference example and finalize previous DLL/ABI fixes 2026-05-19 23:05:56 +02:00
AI-anonymous
3ac230d16e checkpoint: port evolutionary and population dynamics 2026-05-19 21:48:41 +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