Thanks to visit codestin.com
Credit goes to rustuse.org

Skip to content

use-optimization

Published Published crate with live registry and docs.rs links.

use-optimization belongs to the use-optimization facade.

Package links

Facade placement

Use use-optimization when you want the facade crate instead of depending on focused crates one by one. The facade remains the curated entry point for the current use-optimization surface.

RustDocs

This crate uses a stable RustUse RustDocs route alongside the workspace Rustdocs bundle.

Copyable source

Copy use-optimization into your codebase

Copy the current use-optimization source bundle or inspect the files behind the stable RustUse docs surface for this crate.

Cargo.toml

2 files TOML

Browse crate files
            [package]
name = "use-optimization"
description = "Composable facade crate for RustUse optimization primitives"
publish = true
authors.workspace = true
version.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
readme = "README.md"
documentation = "https://docs.rs/use-optimization"
keywords = ["optimization", "objective", "search", "score", "loss"]
categories = ["algorithms", "mathematics", "science"]

[dependencies]
use-optimization-constraint.workspace = true
use-grid-search.workspace = true
use-local-search.workspace = true
use-loss.workspace = true
use-objective.workspace = true
use-score.workspace = true
use-search-space.workspace = true

[lints]
workspace = true
          

Tags

  • optimization
  • objective
  • search

Status

This crate is currently treated as published in the RustUse docs surface. RustUse-hosted RustDocs remain canonical, and the external registry links are enabled because the live package identity is available.