File size: 267 Bytes
c3d240e
12bc552
 
 
af8beb1
 
 
 
 
12bc552
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
include("paralleleureqa.jl")
using BenchmarkTools

t = @benchmark(fullRun(3,
        npop=100,
        annealing=true,
        ncyclesperiteration=100,
        fractionReplaced=0.1f0,
        verbosity=0
       ), evals=5)

println("The median time is $(median(t))")