Skip to content

Commit 83f2cbf

Browse files
committed
fix: modules
1 parent 2ded411 commit 83f2cbf

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/ai/volatility/heston.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,11 @@ mod tests {
247247
let model = train(
248248
dataset,
249249
&Device::Cpu,
250-
5, // input_dim (parameters)
251-
30, // hidden_size
252-
88, // output_dim (implied volatilities)
253-
32, // batch_size
254-
5, // epochs
250+
5, // input_dim (parameters)
251+
30, // hidden_size
252+
88, // output_dim (implied volatilities)
253+
32, // batch_size
254+
200, // epochs
255255
)?;
256256

257257
// Sample index for plotting

src/stats.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ pub mod cir;
22
pub mod double_exp;
33
pub mod fd;
44
pub mod fou_estimator;
5-
pub mod fou_estimator_v2;
65
pub mod mle;
76
pub mod non_central_chi_squared;

0 commit comments

Comments
 (0)