21 Commits

Author SHA1 Message Date
AtomicFrontierCode
1bf91dc1d1 Update keyboardSA.jl
Updated exit condition to prevent temperature dropping below 1
2023-11-23 11:49:48 -05:00
AtomicFrontierCode
1ab203d067 Merge pull request #9 from YingboMa/myb/fix
Performance fix
2023-11-23 11:44:41 -05:00
Yingbo Ma
c0af982ef6 Just load file to memory
Now:
```julia
julia> begin
           isfile("bestGenomes.txt") && rm("bestGenomes.txt")
           seed = 123456
           Random.seed!(rng, seed)
           @time runSA(;
              save_current_best = false,
              verbose = false,
           )
       end;
  2.221573 seconds (1.08 M allocations: 83.932 MiB, 0.28% gc time)
```
2023-11-23 00:14:59 -05:00
Yingbo Ma
0fab993c7f Speed 2023-11-22 23:57:38 -05:00
Yingbo Ma
fdf2543a32 Stable setup 2023-11-22 23:00:50 -05:00
AtomicFrontierCode
fe49957067 Merge pull request #8 from YingboMa/myb/fix
Minor fix and more detailed instructions
2023-11-22 22:38:48 -05:00
Yingbo Ma
b45cd8113f More detailed instructions, reproducibility, and .gitignore 2023-11-22 22:26:35 -05:00
Yingbo Ma
8008b729eb Fix minor bug 2023-11-22 21:59:53 -05:00
AtomicFrontierCode
e159ef87d2 Update README.md 2023-11-18 17:44:25 -05:00
AtomicFrontierCode
2d68e32969 Merge pull request #2 from mina86/patch-1
README: fix link
2023-11-18 17:43:49 -05:00
AtomicFrontierCode
7d5b901a90 Merge pull request #3 from zperk13/patch-1
Fixed incorrect path
2023-11-18 17:43:37 -05:00
AtomicFrontierCode
88066dd752 Update keyboardSA.jl
Fixed book reference
2023-11-18 17:40:52 -05:00
Zachary Perkins
20180c620a Fixed incorrect path 2023-11-18 12:58:44 -06:00
Michal Nazarewicz
79efd33403 Merge branch 'main' into patch-1 2023-11-18 16:54:50 +01:00
AtomicFrontierCode
6b7b645a53 README: fix link
Space between square brackets with link text and parenthesise with the
link URL stop the code from being recognised as a link.  Fix that and
also reword the sentence a little.
2023-11-18 16:54:16 +01:00
AtomicFrontierCode
7d1b4dd38d Update README.md 2023-11-18 08:48:25 -05:00
AtomicFrontierCode
65a79d639b Create README.md 2023-11-18 08:48:06 -05:00
AtomicFrontierCode
e9ca7ab033 Update keyboardSA.jl 2023-11-18 02:15:01 -05:00
AtomicFrontierCode
0534ba1821 Add files via upload 2023-11-18 02:09:18 -05:00
AtomicFrontierCode
36702731d2 Create keyboardSA.jl 2023-11-18 02:08:27 -05:00
AtomicFrontierCode
8fb1d6df56 Initial commit 2023-11-18 01:44:14 -05:00