Docs.rs
tiny-solver-0.16.0
tiny-solver 0.16.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
powei-lin
Dependencies
faer ^0.20.2
normal
faer-ext ^0.4.1
normal
log ^0.4.21
normal
nalgebra ^0.33.2
normal
num-dual ^0.11.0
normal
num-traits ^0.2.19
normal
numpy ^0.23.0
normal
optional
pyo3 ^0.23.3
normal
optional
rayon ^1.9.0
normal
simba ^0.9.0
normal
env_logger ^0.11.6
dev
itertools ^0.14.0
dev
nalgebra ^0.33.2
dev
plotters ^0.3.6
dev
rand ^0.8.5
dev
Versions
1.25%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
tiny_
solver
0.16.0
Loss
Required Methods
evaluate
Implementors
In tiny_
solver::
loss_
functions
tiny_solver
::
loss_functions
Trait
Loss
Copy item path
Source
pub trait Loss:
Send
+
Sync
{ // Required method fn
evaluate
(&self, s:
f64
) -> [
f64
;
3
]; }
Required Methods
§
Source
fn
evaluate
(&self, s:
f64
) -> [
f64
;
3
]
Implementors
§
Source
§
impl
Loss
for
ArctanLoss
Source
§
impl
Loss
for
CauchyLoss
Source
§
impl
Loss
for
HuberLoss