MCPcopy Create free account
hub / github.com/evilsocket/cake / EulerSolver

Class EulerSolver

cake-core/src/models/luxtts/euler_solver.rs:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12/// Euler solver for flow matching.
13#[derive(Debug, Clone)]
14pub struct EulerSolver {
15 pub num_steps: usize,
16 pub t_shift: f32,
17}
18
19impl EulerSolver {
20 pub fn new(num_steps: usize, t_shift: f32) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected