Package evaluation of GAFramework on Julia 1.11.3 (d63adeda50*) started at 2025-02-25T21:56:48.665 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.18s ################################################################################ # Installation # Installing GAFramework... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [91ca9103] + GAFramework v0.5.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [5789e2e9] + FileIO v1.16.6 [91ca9103] + GAFramework v0.5.0 [ae029012] + Requires v1.3.0 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.6.0 [7b1f6079] + FileWatching v1.11.0 [9fa8497b] + Future v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.2.0 [44cfe95a] + Pkg v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.11.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] + LibCURL_jll v8.6.0+0 [e37daf67] + LibGit2_jll v1.7.2+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.6+0 [14a3606d] + MozillaCACerts_jll v2023.12.12 [4536629a] + OpenBLAS_jll v0.3.27+1 [bea87d4a] + SuiteSparse_jll v7.7.0+0 [83775a58] + Zlib_jll v1.2.13+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 [8e850ede] + nghttp2_jll v1.59.0+0 [3f19e933] + p7zip_jll v17.4.0+2 Installation completed after 1.78s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 25.86s ################################################################################ # Testing # Testing GAFramework Status `/tmp/jl_4QlJqb/Project.toml` [5789e2e9] FileIO v1.16.6 [91ca9103] GAFramework v0.5.0 [9fa8497b] Future v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_4QlJqb/Manifest.toml` [5789e2e9] FileIO v1.16.6 [91ca9103] GAFramework v0.5.0 [ae029012] Requires v1.3.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.7.2+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 [14a3606d] MozillaCACerts_jll v2023.12.12 [4536629a] OpenBLAS_jll v0.3.27+1 [bea87d4a] SuiteSparse_jll v7.7.0+0 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.59.0+0 [3f19e933] p7zip_jll v17.4.0+2 Testing Running tests... Running genetic algorithm with population size 6000, generation number 100, elite fraction 0.1. curgen: 20 value: [3, 2, 4, 8, 6, 1, 5, 10, 7, 9] score: 1.0 curgen: 40 value: [3, 2, 4, 8, 6, 1, 5, 9, 7, 10] score: 1.0 curgen: 60 value: [3, 2, 4, 8, 6, 1, 5, 10, 7, 9] score: 1.0 curgen: 80 value: [3, 2, 4, 8, 6, 1, 5, 10, 7, 9] score: 1.0 curgen: 100 value: [3, 2, 4, 8, 6, 1, 5, 9, 10, 7] score: 1.0 Running genetic algorithm with population size 6000, generation number 100, elite fraction 0.1. curgen: 20 edge_score: 1.0 node_score: 1.0 score: 1.0 curgen: 40 edge_score: 1.0 node_score: 1.0 score: 1.0 curgen: 60 edge_score: 1.0 node_score: 1.0 score: 1.0 curgen: 80 edge_score: 1.0 node_score: 1.0 score: 1.0 curgen: 100 edge_score: 1.0 node_score: 1.0 score: 1.0 Running genetic algorithm with population size 300, generation number 50, elite fraction 0.01. curgen: 10 fitness: 0.21722812027161753 curgen: 20 fitness: 0.21722812027161753 curgen: 30 fitness: 0.21723327710134827 curgen: 40 fitness: 0.21723327710134827 curgen: 50 fitness: 0.21723327710134827 CoordinateCreature{Vector{Float64}}([0.22245913483291235], -0.21723327710134827) 0.22245913483291235 -0.21723327710134827 Running genetic algorithm with population size 300, generation number 50, elite fraction 0.01. curgen: 10 fitness: 0.21722769037089706 curgen: 20 fitness: 0.2172335051285396 curgen: 30 fitness: 0.2172335051285396 curgen: 40 fitness: 0.2172335051285396 curgen: 50 fitness: 0.2172335051285396 CoordinateCreature{Vector{Float64}}([-0.22249544403127317], -0.2172335051285396) -0.22249544403127317 -0.2172335051285396 Running genetic algorithm with population size 300, generation number 50, elite fraction 0.01. curgen: 10 fitness: 0.21722721950858656 curgen: 20 fitness: 0.21723362564109833 curgen: 30 fitness: 0.21723362564109833 curgen: 40 fitness: 0.2172336282087978 curgen: 50 fitness: 0.2172336282087978 CoordinateCreature{Vector{Float64}}([-0.22254792448000327], -0.2172336282087978) -0.22254792448000327 -0.2172336282087978 Running genetic algorithm with population size 300, generation number 500, elite fraction 0.01. curgen: 50 fitness: 3.2573629974550373 curgen: 100 fitness: 3.257996371741058 curgen: 150 fitness: 3.2581971990169465 curgen: 200 fitness: 3.2583532379857445 curgen: 250 fitness: 3.2583827089118738 curgen: 300 fitness: 3.2583827089118738 curgen: 350 fitness: 3.2584018031678332 curgen: 400 fitness: 3.2584018031678332 curgen: 450 fitness: 3.2584018031678332 curgen: 500 fitness: 3.258419798221057 CoordinateCreature{Vector{Float64}}([-0.22260453491375698, -0.22254924426350936, -0.22278040322679385, -0.22214712590425703, 0.22295856220928548, 0.22229811386156467, -0.2223338714923256, 0.2220289264864232, 0.22243327304513397, 0.22340547984277617, -0.22239900409307267, -0.22286689095536505, -0.2225350649250974, 0.2230369231669851, -0.22234978968182637], -3.258419798221057) [-0.22260453491375698, -0.22254924426350936, -0.22278040322679385, -0.22214712590425703, 0.22295856220928548, 0.22229811386156467, -0.2223338714923256, 0.2220289264864232, 0.22243327304513397, 0.22340547984277617, -0.22239900409307267, -0.22286689095536505, -0.2225350649250974, 0.2230369231669851, -0.22234978968182637] -3.258419798221057 Running genetic algorithm with population size 300, generation number 500, elite fraction 0.01. curgen: 50 fitness: -0.0018350307195191817 curgen: 100 fitness: -0.0015164821249129545 curgen: 150 fitness: -0.0014673921771475307 curgen: 200 fitness: -0.0014673921771475307 curgen: 250 fitness: -0.0014673921771475307 curgen: 300 fitness: -0.0014673921771475307 curgen: 350 fitness: -0.0013917544612240818 curgen: 400 fitness: -0.0013890510066687511 curgen: 450 fitness: -0.0013041565269986677 curgen: 500 fitness: -0.0012602558899175165 CoordinateCreature{Vector{Float64}}([-0.00017442654133603165, 0.001956311181200887, 0.00023581599702541633, -9.253153116606083e-5, 0.00022828563464529416, -0.00012865131772045587, -0.0006046153640496618, 0.0009332077457917282, 4.988352239928141e-5, -0.0009095464456823246, -0.00018188426435711744, -6.394872173149859e-6, -0.00029102283281974594, -0.00031229931850091926, 0.0002836202779396037], 0.0012602558899175165) [-0.00017442654133603165, 0.001956311181200887, 0.00023581599702541633, -9.253153116606083e-5, 0.00022828563464529416, -0.00012865131772045587, -0.0006046153640496618, 0.0009332077457917282, 4.988352239928141e-5, -0.0009095464456823246, -0.00018188426435711744, -6.394872173149859e-6, -0.00029102283281974594, -0.00031229931850091926, 0.0002836202779396037] 0.0012602558899175165 Testing GAFramework tests passed Testing completed after 56.79s PkgEval succeeded after 98.72s