org.kramerlab.autoencoder.math.optimization
Differentiable Double-valued function suitable for line-search algorithms. The domain of the function is some vectorspace V, and the corresponding gradient is also from V.
Double
V
Returns the function value f(x) together with the gradient (grad f)(x)
f(x)
(grad f)(x)
Differentiable
Double-valued function suitable for line-search algorithms. The domain of the function is some vectorspaceV, and the corresponding gradient is also fromV.