From 53689e374625441867c6169829b1ee9b167547f4 Mon Sep 17 00:00:00 2001 From: Edoardo Pasca Date: Thu, 14 Mar 2019 14:51:47 +0000 Subject: added Function.py --- Wrappers/Python/ccpi/optimisation/functions/Function.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Wrappers/Python') diff --git a/Wrappers/Python/ccpi/optimisation/functions/Function.py b/Wrappers/Python/ccpi/optimisation/functions/Function.py index 43ce900..27a5f01 100755 --- a/Wrappers/Python/ccpi/optimisation/functions/Function.py +++ b/Wrappers/Python/ccpi/optimisation/functions/Function.py @@ -22,7 +22,9 @@ import warnings class Function(object): '''Abstract class representing a function - + Members: + L is the Lipschitz constant of the gradient of the Function + alpha is scaling parameter of the function. ''' def __init__(self): self.L = None -- cgit v1.2.3