Skip to content

Commit

Permalink
restore gp length_scale parameter to original range
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett Cyphers committed Jan 15, 2018
1 parent 91197dd commit d400635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion methods/gaussian_process.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"length_scale": {
"type": "float_exp",
"range": [1e-5, 1e5]
"range": [0.01, 100]
},
"alpha": {
"type": "float",
Expand Down

0 comments on commit d400635

Please sign in to comment.