blob: d3bb47d63943e8c855d3f02cd13772a8ec48c6eb (
plain) (
blame)
1
2
3
4
|
PDL::Opt::Simplex implements the commonly used simplex optimization algorithm.
The basic idea of the algorithm is to move a "simplex" of N+1 points in the
N-dimensional search space according to certain rules. The main benefit of the
algorithm is that you do not need to calculate the derivatives of your function.
|