mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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.
4 lines
106 B
Plaintext
4 lines
106 B
Plaintext
%%SITE_PERL%%/PDL/Demos/Simplex.pm
|
|
%%SITE_PERL%%/PDL/Opt/Simplex.pm
|
|
%%PERL5_MAN3%%/PDL::Opt::Simplex.3.gz
|