Docs.rs
  • optimal-steepest-0.0.0
    • optimal-steepest 0.0.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • justinlovinger
    • Dependencies
      • derive-getters ^0.3.0 normal
      • derive-num-bounded ^0.0.0 normal
      • derive_more ^0.99.17 normal
      • num-traits ^0.2.16 normal
      • optimal-core ^0.0.0 normal
      • rand ^0.8.5 normal
      • replace_with ^0.1.7 normal
      • serde ^1.0.185 normal optional
      • streaming-iterator ^0.1.9 normal
      • thiserror ^1.0.47 normal
      • proptest ^1.2.0 dev
      • test-strategy ^0.3.1 dev
    • Versions
    • 100% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

optimal_steepest0.0.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • MismatchedLengthError
  • StepSize
  • backtracking_steepest::BacktrackingRate
  • backtracking_steepest::BacktrackingSteepest
  • backtracking_steepest::Config
  • backtracking_steepest::IncrRate
  • backtracking_steepest::State
  • backtracking_steepest::SufficientDecreaseParameter
  • fixed_step_steepest::Config
  • fixed_step_steepest::FixedStepSteepest
  • fixed_step_steepest::State

Enums

  • InvalidStepSizeError
  • backtracking_steepest::Evaluation
  • backtracking_steepest::InvalidBacktrackingRateError
  • backtracking_steepest::InvalidIncrRateError
  • backtracking_steepest::InvalidSufficientDecreaseParameterError
  • backtracking_steepest::StateKind
  • fixed_step_steepest::StateKind

Traits

  • backtracking_steepest::Optimizer
  • backtracking_steepest::OptimizerExt
  • backtracking_steepest::StreamingIterator
  • backtracking_steepest::StreamingIteratorExt
  • fixed_step_steepest::Optimizer
  • fixed_step_steepest::OptimizerExt
  • fixed_step_steepest::StreamingIterator
  • fixed_step_steepest::StreamingIteratorExt