Package evaluation of GAFramework on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:58:39.899 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.07s ################################################################################ # Installation # Installing GAFramework... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [91ca9103] + GAFramework v0.5.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [5789e2e9] + FileIO v1.16.6 [91ca9103] + GAFramework v0.5.0 [ae029012] + Requires v1.3.0 [0dad84c5] + ArgTools v1.1.1 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [f43a241f] + Downloads v1.6.0 [7b1f6079] + FileWatching [9fa8497b] + Future [b77e0a4c] + InteractiveUtils [b27032c2] + LibCURL v0.6.4 [76f85450] + LibGit2 [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [56ddb016] + Logging [d6f4376e] + Markdown [ca575930] + NetworkOptions v1.2.0 [44cfe95a] + Pkg v1.10.0 [de0858da] + Printf [3fa0cd96] + REPL [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [6462fe0b] + Sockets [2f01184e] + SparseArrays v1.10.0 [fa267f1f] + TOML v1.0.3 [a4e569a6] + Tar v1.10.0 [8dfed614] + Test [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] + LibCURL_jll v8.4.0+0 [e37daf67] + LibGit2_jll v1.6.4+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.2+1 [14a3606d] + MozillaCACerts_jll v2023.1.10 [4536629a] + OpenBLAS_jll v0.3.23+4 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [83775a58] + Zlib_jll v1.2.13+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 [8e850ede] + nghttp2_jll v1.52.0+1 [3f19e933] + p7zip_jll v17.4.0+2 Installation completed after 5.25s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.41s ################################################################################ # Testing # Testing GAFramework Status `/tmp/jl_hyphPj/Project.toml` [5789e2e9] FileIO v1.16.6 [91ca9103] GAFramework v0.5.0 [9fa8497b] Future [37e2e46d] LinearAlgebra [9a3f8284] Random [2f01184e] SparseArrays v1.10.0 [8dfed614] Test Status `/tmp/jl_hyphPj/Manifest.toml` [5789e2e9] FileIO v1.16.6 [91ca9103] GAFramework v0.5.0 [ae029012] Requires v1.3.0 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [9fa8497b] Future [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.10.0 [de0858da] Printf [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [2f01184e] SparseArrays v1.10.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] LibCURL_jll v8.4.0+0 [e37daf67] LibGit2_jll v1.6.4+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+1 [14a3606d] MozillaCACerts_jll v2023.1.10 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.52.0+1 [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, 9, 7, 10] score: 1.0 curgen: 40 value: [3, 2, 4, 8, 6, 1, 5, 10, 7, 9] score: 1.0 curgen: 60 value: [3, 2, 4, 8, 6, 1, 5, 7, 10, 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.21723057317475652 curgen: 20 fitness: 0.21723207549996998 curgen: 30 fitness: 0.21723294508384008 curgen: 40 fitness: 0.21723294508384008 curgen: 50 fitness: 0.21723341108305388 CoordinateCreature{Vector{Float64}}([0.22261819885956058], -0.21723341108305388) 0.22261819885956058 -0.21723341108305388 Running genetic algorithm with population size 300, generation number 50, elite fraction 0.01. curgen: 10 fitness: 0.21723357193377069 curgen: 20 fitness: 0.21723357193377069 curgen: 30 fitness: 0.21723357193377069 curgen: 40 fitness: 0.21723357193377069 curgen: 50 fitness: 0.21723357193377069 CoordinateCreature{Vector{Float64}}([0.22258381284131667], -0.21723357193377069) 0.22258381284131667 -0.21723357193377069 Running genetic algorithm with population size 300, generation number 50, elite fraction 0.01. curgen: 10 fitness: 0.21723298978308794 curgen: 20 fitness: 0.21723298978308794 curgen: 30 fitness: 0.21723298978308794 curgen: 40 fitness: 0.21723298978308794 curgen: 50 fitness: 0.2172336244502748 CoordinateCreature{Vector{Float64}}([-0.22255737481923696], -0.2172336244502748) -0.22255737481923696 -0.2172336244502748 Running genetic algorithm with population size 300, generation number 500, elite fraction 0.01. curgen: 50 fitness: 3.2582280023534262 curgen: 100 fitness: 3.2582450906649867 curgen: 150 fitness: 3.2582709392970184 curgen: 200 fitness: 3.25835987624747 curgen: 250 fitness: 3.2584063692763214 curgen: 300 fitness: 3.2584078755834187 curgen: 350 fitness: 3.2584241206382063 curgen: 400 fitness: 3.2584570178402537 curgen: 450 fitness: 3.258462451761254 curgen: 500 fitness: 3.258462451761254 CoordinateCreature{Vector{Float64}}([-0.22255695606606804, -0.22241142117047175, 0.22306088337636004, 0.22208036384616842, -0.22228681300401434, -0.22218694145855922, -0.2225145152029457, 0.2224799341583719, 0.22240384081709005, 0.22236993462333132, -0.22226504746861916, -0.22240117876965, -0.22231577460111632, -0.22249553991504736, 0.2223715971974483], -3.258462451761254) [-0.22255695606606804, -0.22241142117047175, 0.22306088337636004, 0.22208036384616842, -0.22228681300401434, -0.22218694145855922, -0.2225145152029457, 0.2224799341583719, 0.22240384081709005, 0.22236993462333132, -0.22226504746861916, -0.22240117876965, -0.22231577460111632, -0.22249553991504736, 0.2223715971974483] -3.258462451761254 Running genetic algorithm with population size 300, generation number 500, elite fraction 0.01. curgen: 50 fitness: -0.0030413291696902434 curgen: 100 fitness: -0.0029932333316935456 curgen: 150 fitness: -0.0029519811094189663 curgen: 200 fitness: -0.0029474113065077745 curgen: 250 fitness: -0.0019485740600373447 curgen: 300 fitness: -0.0018241958633211652 curgen: 350 fitness: -0.0018155222778659663 curgen: 400 fitness: -0.001198683850816451 curgen: 450 fitness: -0.0010356168062060078 curgen: 500 fitness: -0.0010356168062060078 CoordinateCreature{Vector{Float64}}([0.0002908150093019306, -0.00017005122851992645, -0.000560306216041158, -0.001066917572578508, 9.485413831526805e-5, -1.1172617485511285e-5, 0.0004125986822691441, -0.0015327965660243102, -1.703969257221732e-5, 3.058902298987002e-5, 0.0008090681402480367, -0.0005325938423256123, 0.00011672070767652985, -0.0004067319558006407, -8.351812545405977e-5], 0.0010356168062060078) [0.0002908150093019306, -0.00017005122851992645, -0.000560306216041158, -0.001066917572578508, 9.485413831526805e-5, -1.1172617485511285e-5, 0.0004125986822691441, -0.0015327965660243102, -1.703969257221732e-5, 3.058902298987002e-5, 0.0008090681402480367, -0.0005325938423256123, 0.00011672070767652985, -0.0004067319558006407, -8.351812545405977e-5] 0.0010356168062060078 Testing GAFramework tests passed Testing completed after 34.32s PkgEval succeeded after 60.66s