optimal-core 0.0.0

Mathematical optimization and machine learning framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[![Workflow Status](https://github.com/justinlovinger/optimal-rs/workflows/build/badge.svg)](https://github.com/justinlovinger/optimal-rs/actions?query=workflow%3A%22build%22)

# 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