Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed May 16, 2024
1 parent 66d8b39 commit f84d4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system-a/targets/line.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test("line -- gradientDescent", () => {
assert(tensorAlmostEqual(rs, [1.05, 0], 10e-6))
})

test("line -- gradientDescent + samplingObjective ", () => {
test("line -- gradientDescent & samplingObjective ", () => {
const xs = [2, 1, 4, 3]
const ys = [1.8, 1.2, 4.2, 3.3]

Expand Down

0 comments on commit f84d4c8

Please sign in to comment.