Package-level declarations
Types
Double-formatting utility. Provided a precision representing the significant digits, formats doubles accordingly, using Locale.ENGLISH. If null
is provided, returns the default conversion to string.
An extractor which provides informations about the running time of the simulation. Optionally, a precision (significant digits) can be provided.
Exports the Mean Squared Error for the concentration of some molecule, given another molecule that carries the correct result. The correct value is extracted from every node, then the provided {@link UnivariateStatistic} is applied to get a single, global correct value. Then, the actual value is extracted from every node, its value is compared (subtracted) to the computed correct value, it gets squared, and then logged.
Reads the value of a molecule and logs it.
Exports the positions of all nodes in the environment. The output is a table where, for each node, there is a column per dimension.
Logs the number of nodes in the scenario.
Exports a column with the current time.