Removes empty model
Some checks failed
gitea-physics/pathfinder/pipeline/head There was a failure building this commit
Some checks failed
gitea-physics/pathfinder/pipeline/head There was a failure building this commit
This commit is contained in:
parent
e37849295a
commit
a9c37559f8
@ -1,9 +0,0 @@
|
||||
import numpy # type: ignore
|
||||
|
||||
|
||||
def circle_cost(x: float, y: float) -> float:
|
||||
return 4 - x**2 - y**2
|
||||
|
||||
|
||||
def circle_gradient(x: float, y: float) -> numpy.ndarray:
|
||||
return numpy.array([-2 * x, -2 * y])
|
Reference in New Issue
Block a user