Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
def
holder_table(x0,x1):
62
return
-abs(sin(x0)*cos(x1)*exp(abs(1-sqrt(x0*x0+x1*x1)/pi)))
63
64
def
test_on_holder_table():
65
x,y = find_min_global(holder_table,
Callers
nothing calls this directly
Calls
3
abs
Function · 0.85
exp
Function · 0.85
sqrt
Function · 0.50
Tested by
no test coverage detected