File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
lib/OptimizationMadNLP/test Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 498498 @test min_dist > 0.5 # Electrons should be well-separated
499499 end
500500
501- @testset verbose = true " LBFGS vs Exact Hessian" begin
501+ @testset verbose= true " LBFGS vs Exact Hessian" begin
502502 # Test with moderate size to show LBFGS efficiency
503503 np = 10 # Gyroelongated square dipyramid configuration
504504 x0 = init_electrons_on_sphere (np)
@@ -526,11 +526,12 @@ end
526526 )
527527
528528 sol = solve (prob, opt; abstol = 1e-6 , maxiters = 300 , verbose = false )
529- push! (results, name => (
530- objective = sol. objective,
531- iterations = sol. stats. iterations,
532- success = SciMLBase. successful_retcode (sol)
533- ))
529+ push! (results,
530+ name => (
531+ objective = sol. objective,
532+ iterations = sol. stats. iterations,
533+ success = SciMLBase. successful_retcode (sol)
534+ ))
534535 end
535536
536537 # All methods should converge
You can’t perform that action at this time.
0 commit comments