Skip to content

Conversation

@abcdvvvv
Copy link
Collaborator

@abcdvvvv abcdvvvv commented Oct 8, 2025

Tested with:

lb = [-32.768 for i = 1:2]
ub = [32.768 for i = 1:2]
@benchmark THRO(Ackley, lb, ub, 100, 1000)

Before:
Error occured when run THRO()

After optimize:

BenchmarkTools.Trial: 88 samples with 1 evaluation per sample.
 Range (min … max):  55.173 ms …  60.068 ms  ┊ GC (min … max): 0.00% … 0.00%
 Time  (median):     57.023 ms               ┊ GC (median):    0.00%
 Time  (mean ± σ):   57.080 ms ± 674.177 μs  ┊ GC (mean ± σ):  0.00% ± 0.00%

 Memory estimate: 113.44 KiB, allocs estimate: 224.

	modified:   .JuliaFormatter.toml
	modified:   src/MetaheuristicsAlgorithms.jl
	modified:   src/algo/THRO.jl
	modified:   test/benchfunctions.jl
@abcdvvvv abcdvvvv changed the title Extrame optimization of THRO Extreme optimization of THRO Oct 8, 2025
	modified:   src/benchmark/CEC2005.jl
	modified:   test/benchfunctions.jl
	modified:   src/benchmark/CEC2005.jl
@abcdvvvv
Copy link
Collaborator Author

abcdvvvv commented Oct 8, 2025

#39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant