Docs.rs
scirs2-optimize-0.1.0-rc.1
scirs2-optimize 0.1.0-rc.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
argmin ^0.11.0
normal
friedrich ^0.5.0
normal
futures ^0.3.31
normal
optional
scirs2-core ^0.1.0-rc.1
normal
scirs2-linalg ^0.1.0-rc.1
normal
scirs2-sparse ^0.1.0-rc.1
normal
serde ^1.0
normal
statrs ^0.18.0
normal
thiserror ^2.0.16
normal
tokio ^1.47.1
normal
optional
approx ^0.5.1
dev
chrono ^0.4.42
dev
criterion ^0.7.0
dev
serde ^1.0
dev
serde_json ^1.0
dev
Versions
85.48%
of the crate is documented
Platform
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
Module optimizers
scirs2_
optimize
0.1.0-rc.1
Module optimizers
Module Items
Functions
In scirs2_
optimize::
neural_
integration
scirs2_optimize
::
neural_integration
Module
optimizers
Copy item path
Source
Expand description
Convenience functions for creating neural optimizers
Functions
ยง
adam
Create Adam optimizer with default settings for neural networks
adamw
Create AdamW optimizer with default settings for neural networks
sgd
Create SGD optimizer with default settings for neural networks