MCPcopy Create free account
hub / github.com/davisking/dlib / holder_table

Function holder_table

tools/python/test/test_global_optimization.py:61–62  ·  view source on GitHub ↗
(x0,x1)

Source from the content-addressed store, hash-verified

59
60
61def holder_table(x0,x1):
62 return -abs(sin(x0)*cos(x1)*exp(abs(1-sqrt(x0*x0+x1*x1)/pi)))
63
64def test_on_holder_table():
65 x,y = find_min_global(holder_table,

Callers

nothing calls this directly

Calls 3

absFunction · 0.85
expFunction · 0.85
sqrtFunction · 0.50

Tested by

no test coverage detected