MCPcopy 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
7def f1(x):
8 return (np.sqrt(x) - 1.0)**2
9
10def df1dx(x):
11 return

Callers 1

drawCostFunctionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected