Description Usage Arguments Value Examples
This function define the super gradient of the gdp penalty.
The formula is gdp_sg(x) = lambda/(gamma+x)
.
Details can be found in https://arxiv.org/abs/1807.04982
1 |
x |
a non-negative numeric value |
gamma |
hyper-tuning parameter |
lambda |
tuning parameter |
the super-gradient of the gdp penalty function
1 | ## Not run: gdp_sg(0:9,gamma=1,lambda=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.