Here are
20 public repositories
matching this topic...
A lightweight framework for Gaussian processes and Bayesian optimization of black-box functions (C++-11)
A lightweight, generic C++11 framework for evolutionary computation
A solver for mixed-integer nonlinear optimization problems
A Python 3 gradient-free optimization library
Wolfram Language interface to the Gurobi numerical optimization library
Python implementation of state-of-art meta-heuristic and evolutionary optimization algorithms.
-
Updated
Feb 9, 2021
-
Python
A flexible hyper-parameter optimization library for machine learning
-
Updated
Jan 29, 2019
-
Python
Pure Java nonlinear equation solving and unconstrained optimization library
-
Updated
Sep 21, 2017
-
Java
Optimization framework library fully written in C++
Library for numerical optimization of functions written in pure Java.
-
Updated
Aug 21, 2021
-
Java
A Java gradient-free optimization library
BAnach Sequential Subspace Optimizer library for solving optimization problems in Banach spaces
General framework to support multiple machine learning problems
Homework for the Computing Systems Architecture course @ ACS, UPB 2020
Simple rust library for computing fixed point of a function
-
Updated
Jul 20, 2017
-
Rust
Offline IMU-based human skeletal pose estimation
C++ Optimization/Deep Learning Framework For Research & Prototyping
Front end for the industrious module
-
Updated
Jul 9, 2019
-
Python
Parallel optimizer based on the Global Function Search
-
Updated
Jul 14, 2021
-
Python
Improve this page
Add a description, image, and links to the
optimization-library
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
optimization-library
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Is your feature request related to a problem? Please describe.
Some applications have an integer monotone primary resource (e.g. # of stops).
A more efficient data structure to store labels is a bucket heap.
Describe the solution you'd like
Detect if such a resource exists in which use LEMON's
BucketHeap
, instead of the cur