mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
2baa99e337
New CLI commands: - rdagent parallel: Run parallel factor experiments (-n 10 -k 2) - rdagent eval_all: Evaluate factors with full data (--top 500 -p 8) - rdagent batch_backtest: Batch backtest factors (--all -p 4) - rdagent simple_eval: Direct IC/Sharpe computation (--top 100 -p 4) - rdagent rebacktest: Re-backtest existing strategies - rdagent report: Generate PDF performance reports All commands: - Default to local llama.cpp (no cloud models) - Have proper --help documentation - Support parallel workers for speed - Handle Ctrl+C gracefully Updated CLI help with complete command list.