Crates.io | optimal-core |
lib.rs | optimal-core |
version | 0.0.0 |
source | src |
created_at | 2023-09-27 19:44:36.233335 |
updated_at | 2023-09-27 19:44:36.233335 |
description | Mathematical optimization and machine learning framework |
homepage | |
repository | https://github.com/justinlovinger/optimal-rs/tree/master/optimal-core |
max_upload_size | |
id | 985122 |
size | 14,117 |
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