MCPcopy Create free account
hub / github.com/daniel-e/rustml / empty_opts

Function empty_opts

src/opt.rs:130–132  ·  view source on GitHub ↗

Returns an empty set of options for optimization algorithms.

()

Source from the content-addressed store, hash-verified

128
129/// Returns an empty set of options for optimization algorithms.
130pub fn empty_opts() -> OptParams<f64> {
131 OptParams::new()
132}
133
134/// The result of an optimization.
135pub struct OptResult<T> {

Callers 4

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
plot_nnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected