feat: implement FCES optimizer python bindings, add telemetry & comparative Ackley benchmark

This commit is contained in:
AI-anonymous
2026-05-20 02:35:16 +02:00
parent 418ee916a6
commit 074fbc5cb6
9 changed files with 876 additions and 12 deletions

View File

@@ -121,5 +121,6 @@ int main() {
<< std::endl;
fces::Telemetry::get().info("app_finish", "Exiting demo successfully.");
fces::Telemetry::get().push_to_remote();
return 0;
}