myTestFreqAI/hyperopt_command.txt
zhangkun9038@dingtalk.com eacdb4846e fix
2025-10-28 00:59:38 +08:00

15 lines
443 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
# 正确的hyperopt命令使用hyperopt_org.sh脚本
cd /Users/zhangkun/myTestFreqAI
# 使用命名参数模式执行hyperopt_org.sh
./tools/hyperopt_org.sh \
--start-date="2025-04-25 00:00:00" \
--end-date="2025-09-25 23:59:59" \
--strategy="FreqaiPrimer" \
--space="buy" \
--epochs=2
# 或者使用位置参数模式
# ./tools/hyperopt_org.sh "2025-04-25 00:00:00" "2025-09-25 23:59:59" "FreqaiPrimer" "" "buy"