public interface Gradient
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.
|
int currentParameterIndex()
double currentValue()
void next()
boolean notEmpty()
Copyright (C) 2016-2018 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/