optimal-core

Mathematical optimization and machine learning framework

1 unstable release

0.0.0 Sep 27, 2023

21 downloads per month
Used in 3 crates

MIT license

15KB
296 lines

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


lib.rs:

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.

Dependencies

~0.4–0.8MB
~20K SLoC