tft_real_dbn_data: StreamTensor::from_vec, quantile loss returns f32
ppo_recurrent_integration: PPO::new() API, get_policy_state &[f32]
test_dbn_sequence_256: to_host + manual indexing instead of .i() ops
ppo_checkpoint_roundtrip: save/load_checkpoint(&PathBuf) API
mamba2_accuracy_fix: pure f64 arithmetic, no GPU tensors needed
ppo_lstm_training_loop: PPO::new() API
ppo_step_counter_fix: new checkpoint API
ppo_recurrent_performance: forward_host, LSTM batch_size arg
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Final cleanup:
- 61 test files + 5 example files: candle imports replaced
- 8 testing/integration files: migrated to cudarc/ml-core types
- 3 services/trading_service test files: migrated
- Root Cargo.toml: candle-core, candle-nn removed from [workspace.dependencies]
- crates/ml/Cargo.toml: candle-nn dependency removed
- testing/e2e/Cargo.toml: candle-core dependency removed
Zero active candle_core/candle_nn/candle_optimisers code references remain.
Zero candle dependency declarations in any Cargo.toml.
Remaining "candle" strings are exclusively in doc comments.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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>