| Crates.io | optimal-core |
| lib.rs | optimal-core |
| version | 0.0.0 |
| created_at | 2023-09-27 19:44:36.233335+00 |
| updated_at | 2023-09-27 19:44:36.233335+00 |
| 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