File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 43
43
44
44
@testset " Update personal best" begin
45
45
@test state. pbest == measurements
46
- @test state. pbest_X ≈ [0.35710007620140427 0.37056803307520936 0.2723318907233864 2.7429797605672808 3.9372495283243105 - 0.8067647083847199 ;
46
+ # https://github.com/JuliaAI/MLJParticleSwarmOptimization.jl/issues/27
47
+ @test_broken state. pbest_X ≈ [0.35710007620140427 0.37056803307520936 0.2723318907233864 2.7429797605672808 3.9372495283243105 - 0.8067647083847199 ;
47
48
0.471258004384426 0.3400938657534834 0.18864812986209056 2.3976392099947 3.6569395920512977 0.420991611378423 ;
48
49
0.09661447846912713 0.19630556211862715 0.7070799594122457 2.5742724788985445 3.6354556967115146 0.6736019046580138 ]
49
50
end
52
53
@test all (state. gbest .== 0.1 )
53
54
@test all (state. gbest_X .== state. pbest_X[2 , :]' )
54
55
end
55
- end
56
+ end
57
+
You can’t perform that action at this time.
0 commit comments