#optimization #machine-learning #ai #depend

optimal-core

Mathematical optimization and machine learning framework

1 unstable release

0.0.0 Sep 27, 2023

#56 in #depend

Download history 70/week @ 2024-02-19 23/week @ 2024-02-26 14/week @ 2024-03-04 14/week @ 2024-03-11 8/week @ 2024-03-25 36/week @ 2024-04-01

60 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.9MB
~21K SLoC