Files
foxhunt/crates/ml/hyperopt_results/example_trial26.json
jgrusewski 9c3d741a08 refactor: restructure repo — crates/, bin/, testing/ layout
Move 17 library crates into crates/, CLI binary into bin/fxt,
consolidate 10 test crates into testing/, split config crate
from deployment config files.

Root directory reduced from 38+ to ~17 directories.
All Cargo.toml paths and build.rs proto refs updated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:56:00 +01:00

35 lines
819 B
JSON

{
"trial_number": 26,
"sharpe": 0.7743,
"win_rate": 51.22,
"max_drawdown": 0.63,
"total_return": 2.31,
"hyperparameters": {
"learning_rate": 0.00001,
"batch_size": 59,
"gamma": 0.961042,
"buffer_size": 92399,
"hold_penalty_weight": 0.5,
"max_position_absolute": 10.0,
"huber_delta": 10.0,
"entropy_coefficient": 0.01,
"transaction_cost_multiplier": 1.0,
"use_per": true,
"per_alpha": 0.6,
"per_beta_start": 0.4,
"use_dueling": true,
"dueling_hidden_dim": 128,
"n_steps": 3,
"tau": 0.001,
"use_distributional": true,
"num_atoms": 51,
"v_min": -2.0,
"v_max": 2.0,
"use_noisy_nets": true,
"noisy_sigma_init": 0.5,
"minimum_profit_factor": 1.5
},
"timestamp": "2025-11-22T08:40:00Z",
"gradient_clip_norm": 10.0
}