nelder-mead
There are 47 repositories under nelder-mead topic.
SimonBlanke/Gradient-Free-Optimizers
Simple and reliable optimization with local, global, population-based and sequential techniques in numerical discrete search spaces.
AtsushiSakai/MATLABRobotics
MATLAB sample codes for mobile robot navigation
ucnl/UCNLNav
Multilanguage (C#/Matlab/Rust) library for solving navigation (2D/3D) & geodetic problems: Multilateration (true range), Time-Of-Arrival (TOA), Time-Difference-Of-Arrival (TDOA), Angle-Of-Arrival AOA (Direction-Of-Arrival, DOA); Direct & inverse geodetic problems: Vincenty equations, Haversine formula; Virtual Long Baseline navigation (VLBL) etc.
sustainable-processes/summit
Optimising chemical reactions using machine learning
tomitomi3/LibOptimization
LibOptimization is numerical optimization algorithm library for .NET Framework. / .NET用の数値計算、最適化ライブラリ
funnydman/BFGS-NelderMead-TrustRegion
Python implementation of some numerical (optimization) methods
jchristopherson/nonlin
A library that provides routines to compute the solutions to systems of nonlinear equations.
ypan1988/roptim
General Purpose Optimization in R using C++: provides a unified C++ wrapper to call functions of the algorithms underlying the optim() solver
owruby/nelder_mead
A Python easy implementation of the Nelder-Mead method
quil-lang/cl-grnm
Common Lisp implementation of (grid restrained) Nelder-Mead
alexblaessle/constrNMPy
A Python package for constrained Nelder-Mead optimization.
ojdo/gbnm
Globalized Nelder-Mead method, implemented for MATLAB (compatible with GNU Octave)
sienkiewiczkm/ltc_fitter
Fitting tool for "Linearly Transformed Cosines" parameters, useful for implementing area lights.
Beliavsky/Optimization-Codes-by-ChatGPT
numerical optimization subroutines in Fortran generated by ChatGPT-4
jontingvold/swift-hbv
SwiftHBV is a HBV hydrological model package for Swift. Calibration with the Nelder–Mead method.
kishorkukreja/SupplyChainReinforcement
Supply Chain Reinforcement Learning
neovstan/nelder_mead
Implementation of the simplest and at the same time effective optimization method — the Nelder—Mead method
nicholasferguson/SABR.NelderMead_Studies_2
SABR NelderMead volatility
sjsimps/Nelder-Mead
A multidimensional discrete hill climbing heuristic search algorithm implemented in Python
Beliavsky/Alan-Miller-Fortran
Classification of Alan Miller's Fortran codes for statistics and numerical methods
jandraor/SEIR_cohorts_calibration
Epidemics (2020)
janpeter19/BPL_TEST2_Batch_calibration
Material for standard text book model of batch cultivation where model is calibrated using time series data for substrate and cell concentration. Updated.
kkartavenka/simple-rsi-trader
A financial trading algorithm based on limit orders, relying on relative strength index indicator to take an action, optimized via Nelder-Mead algorithm for optimum RSi period, stop loss/take profit, and other parameters.
marcocado/nelder-mead
Nelder-Mead Method for nonlinear optimization
rabdumalikov/fopt
Application for 3D function optimization
ucnl/RedGTR_VLBL
Virtual long base-line navigation based on RedGTR underwater acoustic modem
cakirgokberk/LineSearchMethods
Golden Section, Quadratic Interpolation, Nelder-Mead line search algorithms are studied.
fedebenelli/ForTimize
General Fortran API for optimization routines
kantoniak/optim
Implementation of Nelder-Mead and Multi Directional Search methods for my thesis.
omyllymaki/optimization-toolkit
Art of finding minimum. Python implementations from scratch.
yuting1214/Nature-Inspired-Optimization
Nature-inspired Algorithm
Bio4Res/derivative-free-optimization
Methods for derivative-free optimization of continuous functions
fra99le/fnt
Numerical Toolbox
jonasmuller98/optim-nelder-mead
Nelder Mead optimization algorithm
kainovk/optimization-methods
Java implementation of Nelder-Mead algorithm