
This is an implementation of so-called downhill simplex method (https://en.wikipedia.org/wiki/Nelder%E2%80%93Mead_method) Please, let me know if you have any comments, whoever you'd be.
12 lines
219 B
ReStructuredText
12 lines
219 B
ReStructuredText
**************************************
|
|
optim. Generic numerical optimization
|
|
**************************************
|
|
|
|
.. highlight:: cpp
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
linear_programming
|
|
downhill_simplex_method
|