optimal-core

Crates.iooptimal-core
lib.rsoptimal-core
version0.0.0
sourcesrc
created_at2023-09-27 19:44:36.233335
updated_at2023-09-27 19:44:36.233335
descriptionMathematical optimization and machine learning framework
homepage
repositoryhttps://github.com/justinlovinger/optimal-rs/tree/master/optimal-core
max_upload_size
id985122
size14,117
Justin Lovinger (justinlovinger)

documentation

README

Workflow Status

optimal-core

Core traits and types for Optimal.

Most optimizers are expected to adhere to particular conventions. An optimizer configuration should remain static during operation. A problem and configuration can be used to start a running optimizer. A running optimizer has state that depends on its problem and configuration.

License: MIT

Commit count: 163

cargo fmt