MCPcopy Create free account
hub / github.com/Axect/Peroxide / get_error

Method get_error

src/numerical/optimize.rs:186–188  ·  view source on GitHub ↗

Get error

(&self)

Source from the content-addressed store, hash-verified

184
185 /// Get error
186 pub fn get_error(&self) -> f64 {
187 self.error
188 }
189
190 /// Get hyperparameter (learning rate or lambda or etc.)
191 pub fn get_hyperparam(&self, key: &str) -> Option<&f64> {

Callers 3

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64