We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321a413 commit 542598bCopy full SHA for 542598b
test/constraints.jl
@@ -31,8 +31,6 @@ prob = OptimizationProblem(opt_f, x0, p, lcons = lcons, ucons = ucons, lb = lb,
31
32
n_particles = 1000
33
34
-backend = CUDABackend()
35
-
36
sol = solve(prob, ParallelSyncPSOKernel(n_particles; backend), maxiters = 500)
37
@test sol.retcode == ReturnCode.Default
38
@test abs(1 - 2 * sol.u[2] + sol.u[1]) < 1e-1
0 commit comments