Docs.rs
  • candle-optimisers-0.3.2
    • candle-optimisers 0.3.2
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • KGrewal1
    • Dependencies
      • candle-core ^0.3.0 normal
      • candle-nn ^0.3.0 normal
      • intel-mkl-src ^0.8.1 normal
      • log ^0.4.20 normal
      • anyhow ^1 dev
      • assert_approx_eq ^1.1.0 dev
      • candle-datasets ^0.3.0 dev
      • clap ^4.4.6 dev
      • criterion ^0.5.1 dev
    • Versions
    • 100% 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

candle_optimisers0.3.2

  • Structs
  • Enums
  • Traits
?
Change settings

List of all items

Structs

  • adadelta::Adadelta
  • adadelta::ParamsAdaDelta
  • adagrad::Adagrad
  • adagrad::ParamsAdaGrad
  • adam::Adam
  • adam::ParamsAdam
  • adamax::Adamax
  • adamax::ParamsAdaMax
  • esgd::ParamsSGD
  • esgd::SGD
  • lbfgs::Lbfgs
  • lbfgs::ParamsLBFGS
  • nadam::NAdam
  • nadam::ParamsNAdam
  • radam::ParamsRAdam
  • radam::RAdam
  • rmsprop::ParamsRMSprop
  • rmsprop::RMSprop

Enums

  • Decay
  • ModelOutcome
  • Momentum
  • lbfgs::GradConv
  • lbfgs::LineSearch
  • lbfgs::StepConv

Traits

  • LossOptimizer
  • Model
  • OptimParams