Module core

Source
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§

fbs
Forward-Backward Splitting algorithm
panoc
PANOC super-fast algorithm
problem
An optimization problem
solver_status
Status of the result of a solver (number of iterations, etc)

Enums§

ExitStatus
Exit status of an algorithm (not algorithm specific)

Traits§

AlgorithmEngine
Engine supporting an algorithm
Optimizer
A general optimizer