Skip to content

Commit

Permalink
fix: modules
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Nov 9, 2024
1 parent 2ded411 commit 83f2cbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/ai/volatility/heston.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,11 +247,11 @@ mod tests {
let model = train(
dataset,
&Device::Cpu,
5, // input_dim (parameters)
30, // hidden_size
88, // output_dim (implied volatilities)
32, // batch_size
5, // epochs
5, // input_dim (parameters)
30, // hidden_size
88, // output_dim (implied volatilities)
32, // batch_size
200, // epochs
)?;

// Sample index for plotting
Expand Down
1 change: 0 additions & 1 deletion src/stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ pub mod cir;
pub mod double_exp;
pub mod fd;
pub mod fou_estimator;
pub mod fou_estimator_v2;
pub mod mle;
pub mod non_central_chi_squared;

0 comments on commit 83f2cbf

Please sign in to comment.