Module optimization_engine::core[][src]

Expand description

Optimisation algorithms

Re-exports

pub use crate::constraints;
pub use crate::FunctionCallResult;
pub use crate::SolverError;
pub use problem::Problem;
pub use solver_status::SolverStatus;

Modules

Forward-Backward Splitting algorithm

PANOC super-fast algorithm

An optimization problem

Status of the result of a solver (number of iterations, etc)

Enums

Exit status of an algorithm (not algorithm specific)

Traits

Engine supporting an algorithm

A general optimizer