Commit Graph

16 Commits

Author SHA1 Message Date
AI-anonymous
a1c123e590 chore: update telemetry log [skip ci] 2026-05-20 04:59:10 +02:00
AI-anonymous
722f91425b fix: correct dogmatic claim base citation in Case 3 of inference script 2026-05-20 04:50:46 +02:00
AI-anonymous
1dea539019 feat: add comparative FIRT-ORPO benchmark runner for AdamW vs FCES 2026-05-20 04:19:57 +02:00
AI-anonymous
074fbc5cb6 feat: implement FCES optimizer python bindings, add telemetry & comparative Ackley benchmark 2026-05-20 02:35:16 +02:00
AI-anonymous
418ee916a6 chore: update telemetry log [skip ci] 2026-05-20 01:51:21 +02:00
AI-anonymous
9401a9539c chore: update telemetry log [skip ci] 2026-05-20 01:36:36 +02:00
AI-anonymous
187d63209b chore: update telemetry log [skip ci] 2026-05-20 01:35:56 +02:00
AI-anonymous
2f197a1744 chore: update telemetry log [skip ci] 2026-05-20 01:35:36 +02:00
AI-anonymous
91fd732033 chore: update telemetry log [skip ci] 2026-05-20 01:35:20 +02:00
AI-anonymous
a60b0435b8 chore: update telemetry log [skip ci] 2026-05-20 01:35:00 +02:00
AI-anonymous
3c6dc29f5a refactor: address cppcheck performance warnings and enable performance static analysis 2026-05-20 00:24:55 +02:00
AI-anonymous
3b15770437 style: run clang-format and configure pre-commit hooks 2026-05-20 00:18:23 +02:00
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