mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
108a63fd79
Integrated strategy generation into fin_quant loop: - Fixed LLM code extraction from JSON responses - Fixed factor loading (MultiIndex parquet handling) - Fixed return calculation (realistic proxy) - Fixed max drawdown (NaN/inf handling) - Added llama.cpp --reasoning off support - Strategy orchestrator with LLM + evaluation - Optuna optimizer integration 100% acceptance rate on test run (2/2 strategies). Total changes: +2006 lines, -129 lines across 8 files. Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>