nevergrad
Optimizer
A Python toolbox for performing optimization of complex functions without explicit gradient calculation.
A Python toolbox for performing gradient-free optimization
4k stars
58 watching
354 forks
Language: Python
last commit: 11 days ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
100/solid | A comprehensive framework for solving optimization problems without gradient calculations. | 576 |
hips/autograd | Automatically computes derivatives of Python and NumPy code for optimization tasks | 7,017 |
zou-group/textgrad | An autograd engine for textual gradients using large language models to backpropagate gradients. | 1,821 |
facebookresearch/compilergym | A reinforcement learning environment library for compiler optimization tasks | 914 |
rflamary/nonconvex-optimization | A Matlab toolbox providing a generic solver for proximal gradient descent in convex and non-convex optimization problems with various regularization terms. | 49 |
luolc/adabound | An optimizer that combines the benefits of Adam and SGD algorithms | 2,907 |
pkmr06/pytorch-smoothgrad | PyTorch implementation of a technique to improve the interpretability of deep learning models by adding noise to the gradients | 167 |
stanfordmlgroup/ngboost | A Python library implementing a machine learning boosting framework with probabilistic prediction capabilities | 1,654 |
jonfanlab/glonet | A software framework for training neural networks to optimize dielectric metasurfaces using physics-driven generative models and global optimization algorithms. | 101 |
microsoft/lightgbm | A high-performance gradient boosting framework for machine learning tasks | 16,717 |
dmlc/xgboost | An optimized distributed gradient boosting library designed to be highly efficient and flexible | 26,329 |
grid-parity-exchange/egret | A Python-based package for solving optimization problems in power systems | 133 |
hiroyuki-kasai/gdlibrary | A collection of unconstrained optimization algorithms implemented in MATLAB | 65 |
zhengyaojiang/pgportfolio | A software toolkit implementing a novel reinforcement learning framework for portfolio management with policy optimization and financial-model-based algorithms. | 1,751 |
wlwkgus/noisynaturalgradient | PyTorch implementation of Noisy Natural Gradient as Variational Inference for Bayesian Neural Networks | 121 |