Closed ArrogantGao closed 5 months ago
Added a new struct GreedyStrategy
for method of GreedyMethod
.
GreedyStrategy
include parameters $\alpha$ and temperature
, thus MinSpaceOut
and MinSpaceDiff
now are special case of GreedyStrategy
.
These commented parts have been removed, and the doc strings are revised.
The following changes have been made in this PR:
BetterExp
is removed, since it has been merge toBase
sinceJulia@1.6
, and currentlyexp2
provided byBase
seems better:julia> @btime BetterExp.exp2(1.0); 1.625 ns (0 allocations: 0 bytes)
(betterexp) pkg> st Status
~/temp/betterexp/Project.toml
[6e4b80f9] BenchmarkTools v1.5.0 [7cffe744] BetterExp v0.1.0