Small edits (#865)

This commit is contained in:
pollfly
2024-07-01 10:07:19 +03:00
committed by GitHub
parent f4457456dd
commit d7a713d0be
16 changed files with 258 additions and 220 deletions

View File

@@ -63,7 +63,9 @@ Use the following JSON format for each parameter:
}
```
The following are the parameter type options and their corresponding fields:
- `LogUniformParameterRange`
- `"min_value": float` - The minimum exponent sample to use for logarithmic uniform random sampling
- `"max_value": float` - The maximum exponent sample to use for logarithmic uniform random sampling
- `"base": Optional[float]` - The base used to raise the sampled exponent. Default: `10`