All Projects → descent → Similar Projects or Alternatives

505 Open source projects that are alternatives of or similar to descent

Optim
OptimLib: a lightweight C++ library of numerical optimization methods for nonlinear functions
Stars: ✭ 411 (+1686.96%)
Mutual labels:  optimization, gradient-descent
dfogn
DFO-GN: Derivative-Free Optimization using Gauss-Newton
Stars: ✭ 20 (-13.04%)
Mutual labels:  optimization, numerical-methods
Quant Notes
Quantitative Interview Preparation Guide, updated version here ==>
Stars: ✭ 180 (+682.61%)
Mutual labels:  optimization, numerical-methods
Raytracer.jl
Differentiable RayTracing in Julia
Stars: ✭ 110 (+378.26%)
Mutual labels:  optimization, gradient-descent
least-squares-cpp
A single header-only C++ library for least squares fitting.
Stars: ✭ 46 (+100%)
Mutual labels:  optimization, gradient-descent
NumDiff
Modern Fortran Numerical Differentiation Library
Stars: ✭ 48 (+108.7%)
Mutual labels:  optimization, numerical-methods
Bfgs Neldermead Trustregion
Python implementation of some numerical (optimization) methods
Stars: ✭ 8 (-65.22%)
Mutual labels:  optimization, numerical-methods
Cppnumericalsolvers
a lightweight C++17 library of numerical optimization methods for nonlinear functions (Including L-BFGS-B for TensorFlow)
Stars: ✭ 638 (+2673.91%)
Mutual labels:  optimization, gradient-descent
Far Ho
Gradient based hyperparameter optimization & meta-learning package for TensorFlow
Stars: ✭ 161 (+600%)
Mutual labels:  optimization, gradient-descent
RcppNumerical
Rcpp Integration for Numerical Computing Libraries
Stars: ✭ 52 (+126.09%)
Mutual labels:  optimization, numerical-methods
pareto
Spatial Containers, Pareto Fronts, and Pareto Archives
Stars: ✭ 69 (+200%)
Mutual labels:  optimization
web-performance-optimization
Web 性能优化
Stars: ✭ 23 (+0%)
Mutual labels:  optimization
nuxt-prune-html
🔌⚡ Nuxt module to prune html before sending it to the browser (it removes elements matching CSS selector(s)), useful for boosting performance showing a different HTML for bots/audits by removing all the scripts with dynamic rendering
Stars: ✭ 69 (+200%)
Mutual labels:  optimization
Unreal-Development-Guides-and-Tips
High-level concept explanations, detailed tutorials, performance considerations, shortcuts and other useful content that aims to improve your Unreal Engine 4 development journey.
Stars: ✭ 118 (+413.04%)
Mutual labels:  optimization
good lp
Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and let's you solve them with various solvers.
Stars: ✭ 77 (+234.78%)
Mutual labels:  optimization
kafka-assignment-optimizer
Kafka Partitions Assignment Optimizer
Stars: ✭ 16 (-30.43%)
Mutual labels:  optimization
Windows11-Optimization
Community repository, to improve security and performance of Windows 10 and windows 11 with tweaks, commands, scripts, registry keys, configuration, tutorials and more
Stars: ✭ 17 (-26.09%)
Mutual labels:  optimization
modest-py
FMI-compliant Model Estimation in Python
Stars: ✭ 40 (+73.91%)
Mutual labels:  optimization
oxygenjs
This a JavaScript Library for the Numerical Javascript and Machine Learning
Stars: ✭ 13 (-43.48%)
Mutual labels:  numerical-methods
Finite-Difference-Method
A Finite Difference Method Engine in C++
Stars: ✭ 15 (-34.78%)
Mutual labels:  numerical-methods
studio
GAMS Studio
Stars: ✭ 25 (+8.7%)
Mutual labels:  optimization
siconos
Simulation framework for nonsmooth dynamical systems
Stars: ✭ 120 (+421.74%)
Mutual labels:  optimization
macos
macOS load bootup and optimization
Stars: ✭ 29 (+26.09%)
Mutual labels:  optimization
pikaia
Modern Fortran Edition of the Pikaia Genetic Algorithm
Stars: ✭ 29 (+26.09%)
Mutual labels:  optimization
zoofs
zoofs is a python library for performing feature selection using a variety of nature-inspired wrapper algorithms. The algorithms range from swarm-intelligence to physics-based to Evolutionary. It's easy to use , flexible and powerful tool to reduce your feature size.
Stars: ✭ 142 (+517.39%)
Mutual labels:  optimization
snl-quest
An open source, Python-based software application suite for energy storage simulation and analysis developed by Sandia National Laboratories.
Stars: ✭ 82 (+256.52%)
Mutual labels:  optimization
REopt Lite API
The model for the REopt API, which is used as the back-end for the REopt Webtool (reopt.nrel.gov/tool), and can be accessed directly via the NREL Developer Network (https://developer.nrel.gov/docs/energy-optimization/reopt/v1)
Stars: ✭ 53 (+130.43%)
Mutual labels:  optimization
photometric optimization
Photometric optimization code for creating the FLAME texture space and other applications
Stars: ✭ 271 (+1078.26%)
Mutual labels:  optimization
RS-MET
Codebase for RS-MET products (Robin Schmidt's Music Engineering Tools)
Stars: ✭ 32 (+39.13%)
Mutual labels:  numerical-methods
ultraopt
Distributed Asynchronous Hyperparameter Optimization better than HyperOpt. 比HyperOpt更强的分布式异步超参优化库。
Stars: ✭ 93 (+304.35%)
Mutual labels:  optimization
ML-Optimizers-JAX
Toy implementations of some popular ML optimizers using Python/JAX
Stars: ✭ 37 (+60.87%)
Mutual labels:  gradient-descent
yask
YASK--Yet Another Stencil Kit: a domain-specific language and framework to create high-performance stencil code for implementing finite-difference methods and similar applications.
Stars: ✭ 81 (+252.17%)
Mutual labels:  optimization
windows10-debloat
Collection of various scripts and apps to debloat Windows 10 for better privacy, performance and optimization.
Stars: ✭ 52 (+126.09%)
Mutual labels:  optimization
autodiff
A .NET library that provides fast, accurate and automatic differentiation (computes derivative / gradient) of mathematical functions.
Stars: ✭ 69 (+200%)
Mutual labels:  optimization
pigosat
Go (golang) bindings for Picosat, the satisfiability solver
Stars: ✭ 15 (-34.78%)
Mutual labels:  optimization
optimizer-api
Unified API for multiple optimizer engines
Stars: ✭ 26 (+13.04%)
Mutual labels:  optimization
utf8
Fast UTF-8 validation with range algorithm (NEON+SSE4+AVX2)
Stars: ✭ 60 (+160.87%)
Mutual labels:  optimization
euler2D-kfvs-Fortran2003
2D solver for Euler equations in quadrilateral grid, using kinetic flux vector splitting scheme, written in OOP F2003
Stars: ✭ 17 (-26.09%)
Mutual labels:  numerical-methods
goga
Go evolutionary algorithm is a computer library for developing evolutionary and genetic algorithms to solve optimisation problems with (or not) many constraints and many objectives. Also, a goal is to handle mixed-type representations (reals and integers).
Stars: ✭ 39 (+69.57%)
Mutual labels:  optimization
models-by-example
By-hand code for models and algorithms. An update to the 'Miscellaneous-R-Code' repo.
Stars: ✭ 43 (+86.96%)
Mutual labels:  gradient-descent
Hyperopt.jl
Hyperparameter optimization in Julia.
Stars: ✭ 144 (+526.09%)
Mutual labels:  optimization
profiling
Non-discriminatory profiling of Ruby code leveraging the ruby-prof gem
Stars: ✭ 12 (-47.83%)
Mutual labels:  optimization
arch-packages
Arch Linux performance important packages
Stars: ✭ 27 (+17.39%)
Mutual labels:  optimization
dopt
A numerical optimisation and deep learning framework for D.
Stars: ✭ 28 (+21.74%)
Mutual labels:  optimization
Coluna.jl
Branch-and-Price-and-Cut in Julia
Stars: ✭ 128 (+456.52%)
Mutual labels:  optimization
cplex-example
Solving a TSP with the CPLEX C++ API.
Stars: ✭ 40 (+73.91%)
Mutual labels:  optimization
hmg
💝 My personal Gentoo/Linux configuration backup files
Stars: ✭ 16 (-30.43%)
Mutual labels:  optimization
SumOfSquares.jl
Sum of Squares Programming for Julia
Stars: ✭ 96 (+317.39%)
Mutual labels:  optimization
Teg
A differentiable programming language with an integration primitive that soundly handles interactions among the derivative, integral, and discontinuities.
Stars: ✭ 25 (+8.7%)
Mutual labels:  optimization
AbstractOperators.jl
Abstract operators for large scale optimization in Julia
Stars: ✭ 26 (+13.04%)
Mutual labels:  optimization
fastnumbers
Super-fast and clean conversions to numbers.
Stars: ✭ 85 (+269.57%)
Mutual labels:  optimization
CFD-Julia-12-steps--o-Navier-Stokes-Equations
This is a replication of "CFD Python: 12 steps to Navier-Stokes" in Julia
Stars: ✭ 33 (+43.48%)
Mutual labels:  numerical-methods
energy-py-linear
Optimize battery storage using mixed integer linear programming
Stars: ✭ 33 (+43.48%)
Mutual labels:  optimization
PyOptSamples
Optimization sample codes on Python
Stars: ✭ 20 (-13.04%)
Mutual labels:  optimization
noisyopt
Python library for optimizing noisy functions.
Stars: ✭ 73 (+217.39%)
Mutual labels:  optimization
DotNet.SystemCollections.Analyzers
A set of code analyzers & code fix providers to help developers use the proper .NET Collection & API in their algorithms
Stars: ✭ 72 (+213.04%)
Mutual labels:  optimization
falcon
A WordPress cleanup and performance optimization plugin.
Stars: ✭ 17 (-26.09%)
Mutual labels:  optimization
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (+278.26%)
Mutual labels:  optimization
RazorHtmlMinifier.Mvc5
↘️ Trivial compile-time Razor HTML Minifier for ASP.NET MVC 5.
Stars: ✭ 31 (+34.78%)
Mutual labels:  optimization
Image-Classifier
Final Project of the Udacity AI Programming with Python Nanodegree
Stars: ✭ 63 (+173.91%)
Mutual labels:  gradient-descent
1-60 of 505 similar projects