PathMonitor
scalation.optimization.PathMonitor
trait PathMonitor
The PathMonitor
trait specifies the logic needed to monitor a single path taken in a multidimensional graph.
Classes mixing in this trait should call the clearPath
method before beginning to monitor a path and then should call the add2Path
method whenever a new data point is produced in the path being monitored. After that, a call to the getPath
method will return a deep copy of the path that was monitored throughout the calculations.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article