67 skills found · Page 1 of 3
stevengj / Nloptlibrary for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
JuliaNLSolvers / Optim.jlOptimization functions for Julia
dwavesystems / QbsolvQbsolv,a decomposing solver, finds a minimum value of a large quadratic unconstrained binary optimization (QUBO) problem by splitting it into pieces solved either via a D-Wave system or a classical tabu solver. (Note that qbsolv by default uses its internal classical solver. Access to a D-Wave system must be arranged separately.)
ZJU-FAST-Lab / LBFGS LiteLBFGS-Lite: A header-only L-BFGS unconstrained optimizer.
libprima / PrimaPRIMA is a package for solving general nonlinear optimization problems without using derivatives. It provides the reference implementation for Powell's derivative-free optimization methods, i.e., COBYLA, UOBYQA, NEWUOA, BOBYQA, and LINCOA. PRIMA means Reference Implementation for Powell's methods with Modernization and Amelioration, P for Powell.
thieu1995 / OpfunuA collection of Benchmark functions for numerical optimization problems
jwetzl / CudaLBFGSThis is a cross-platform, CUDA-based C++ library for general-purpose, unconstrained nonlinear optimization on the GPU. It implements the L-BFGS (“Limited-memory Broyden-Fletcher-Goldfarb-Shanno“) method, a popular Quasi-Newton variant with a low memory footprint.
ralna / CUTEstThe Constrained and Unconstrained Testing Environment with safe threads (CUTEst) for optimization software
pdfo / PdfoPowell's Derivative-Free Optimization solvers.
jkaardal / PyipmAn interior-point method written in python for solving constrained and unconstrained nonlinear optimization problems.
optimization-js / Optimization JsUnconstrained, first and zero order gradient descent optimization in JavaScript. http://optimization-js.github.io/optimization-js/
MasashiSode / MOBOconstrained/unconstrained multi-objective bayesian optimization package.
JuliaQUBO / QUBO.jlA Julia Ecosystem for Quadratic Unconstrained Binary Optimization
dwave-examples / Maximum CutSplit a network into two groups, maximizing the number of cut edges.
jacobwilliams / PowellOptOptimization algorithms by M.J.D. Powell
slaue / GenosolverGENO is a solver for non-linear optimization problems. It can solve constrained and unconstrained problems.
fdaPDE / FdaPDE CoreThe fdaPDE core library is a C++ header-only library for Partial Differential Equation discretization, computational geometry, unconstrained nonlinear optimization, linear algebra and much more.
Pterodactylus / Ceres.jsCeres.js is a javascript port of the Ceres solver. Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It can be used to solve Non-linear Least Squares problems with bounds constraints and general unconstrained optimization problems. It is a mature, feature rich, and performant library.
tamland / Non Linear OptimizationImplementation of Steepest Descent, Newton, Quasi-Newton and Conjugate Gradient for non-linear unconstrained optimization
joschout / SubmodularMaximizationA collection of optimization algorithms for maximizing unconstrained submodular set functions.