Commit 77c95479 authored by suiguoxin's avatar suiguoxin
Browse files

reset pylint, gitignore

parent c5f3da0f
......@@ -68,7 +68,4 @@ __pycache__
build
*.egg-info
.vscode
# yarn lockfile
yarn.lock
.vscode
\ No newline at end of file
......@@ -102,7 +102,7 @@ The total search space is 1,204,224, we set the number of maximum trial to 1000.
| GP |0.414395|0.418006|0.420431|
| GP |0.412943|0.416566|0.418443|
For Metis, there are about 300 trials because it runs slowly due to its high time complexity O(n^3) in Gaussian Process.
In this example, all the algorithms are used with default parameters. For Metis, there are about 300 trials because it runs slowly due to its high time complexity O(n^3) in Gaussian Process.
## RocksDB Benchmark 'fillrandom' and 'readrandom'
......
......@@ -15,8 +15,7 @@ max-attributes=15
const-naming-style=any
disable=duplicate-code,
super-init-not-called,
cell-var-from-loop
super-init-not-called
# List of members which are set dynamically and missed by pylint inference
generated-members=numpy.*,torch.*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment