Merge pull request #1281 from GeorgeLu97/cleanUp

Clean up paramgrill code
This commit is contained in:
Yann Collet 2018-08-15 17:56:45 -07:00 committed by GitHub
commit 1dd3156f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 990 additions and 990 deletions

View File

@ -95,7 +95,6 @@ Full list of arguments
``` ```
-T# : set level 1 speed objective -T# : set level 1 speed objective
-B# : cut input into blocks of size # (default : single block) -B# : cut input into blocks of size # (default : single block)
-i# : iteration loops
-S : benchmarks a single run (example command: -Sl3w10h12) -S : benchmarks a single run (example command: -Sl3w10h12)
w# - windowLog w# - windowLog
h# - hashLog h# - hashLog
@ -119,7 +118,7 @@ Full list of arguments
speedRatio= (accepts decimals) speedRatio= (accepts decimals)
: determines value of gains in speed vs gains in ratio : determines value of gains in speed vs gains in ratio
when determining overall winner (default 5 (1% ratio = 5% speed)). when determining overall winner (default 5 (1% ratio = 5% speed)).
tries= : Maximum number of random restarts on a single strategy before switching (Default 3) tries= : Maximum number of random restarts on a single strategy before switching (Default 5)
Higher values will make optimizer run longer, more chances to find better solution. Higher values will make optimizer run longer, more chances to find better solution.
memLog : Limits the log of the size of each memotable (1 per strategy). Setting memLog = 0 turns off memoization memLog : Limits the log of the size of each memotable (1 per strategy). Setting memLog = 0 turns off memoization
--display= : specifiy which parameters are included in the output --display= : specifiy which parameters are included in the output

File diff suppressed because it is too large Load Diff