We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d47b39f commit c968586Copy full SHA for c968586
benchmark/tilesearch.jl
@@ -80,7 +80,7 @@ hours = 60.0*60.0; days = 24hours;
80
init = [Octavian.W₁Default, Octavian.W₂Default, Octavian.R₁Default, Octavian.R₂Default]
81
82
opt = Optim.optimize(
83
- matmul_objective, init, ParticleSwarm(lower = [0.001, 0.01, 0.3, 0.4], upper = [0.1, 2.0, 0.9, 0.99]),
+ matmul_objective, init, ParticleSwarm(lower = [0.001, 0.01, 0.3, 0.4], upper = [0.2, 2.0, 0.9, 0.99]),
84
Optim.Options(iterations = 10^6, time_limit = 8hours)
85
);
86
0 commit comments