Convex1d.jl

Convex optimization in one dimension
Author jw3126
Popularity
0 Stars
Updated Last
4 Years Ago
Started In
May 2020

Convex1d

Build Status Codecov Coveralls

Usage

using Convex1d

sol = minimize(x -> x^2, (-1, 2), atol=1e-10)
@assert isapprox(sol.minimizer, 0, atol=1e-10)