Meaning of $\lambda$ on convex fnction definition

194 Views Asked by At

What is the meaning (pratical/visual example) and significance of $\lambda$ on the definition of a convex function and why is it set on $[0,1]$?

1

There are 1 best solutions below

0
On BEST ANSWER

It parameterizes the line segment between two points. For example, part of the definition is $\lambda x_1 + (1-\lambda)x_2$. For $\lambda=1$ this is $x_1$, while for $\lambda=0$ this is $x_2$. For $\lambda=0.5$ you get the midpoint.