Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Robotics-STAR-Lab/RACER
/ f1
Function
f1
swarm_exploration/bspline_opt/script/cost_function.py:7–8 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
5
6
7
def
f1(x):
8
return
(np.sqrt(x) - 1.0)**2
9
10
def
df1dx(x):
11
return
Callers
1
drawCostFunction
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected