Constructor and Description |
---|
EmptyGradient() |
Modifier and Type | Method and Description |
---|---|
int |
currentParameterIndex()
The index of the parameter of the current gradient entry.
|
double |
currentValue()
The current gradient value.
|
void |
next()
Iterates to the next gradient value.
|
boolean |
notEmpty()
Returns true if and only if the current entry exists, that is, the entries are not yet all
consumed.
|
public int currentParameterIndex()
Gradient
currentParameterIndex
in interface Gradient
public double currentValue()
Gradient
currentValue
in interface Gradient
public void next()
Gradient
public boolean notEmpty()
Gradient
Copyright (C) 2016 Benjamin Paaßen, AG Theoretical Computer Science, Centre of Excellence Cognitive Interaction Technology (CITEC), University of Bielefeld, licensed under the AGPL v. 3: http://openresearch.cit-ec.de/projects/tcs . This documentation is licensed under the conditions of CC-BY-SA 4.0: https://creativecommons.org/licenses/by-sa/4.0/