Rosenbrock Function
Broschiertes Buch

Rosenbrock Function

Versandkostenfrei!
Versandfertig in 6-10 Tagen
22,99 €
inkl. MwSt.
PAYBACK Punkte
11 °P sammeln!
Please note that the content of this book primarily consists of articles available from Wikipedia or other free sources online. In mathematical optimization, the Rosenbrock function is a non-convex function used as a performance test problem for optimization algorithms. It is also known as Rosenbrock''s valley or Rosenbrock''s banana function. The global minimum is inside a long, narrow, parabolic shaped flat valley. To find the valley is trivial. To converge to the global minimum, however, is difficult. It is defined by f(x, y) = (1-x)^2 + 100(y-x^2)^2 .quad. It has a global minimum at (x,y) ...