EnvironmentMonitor

constructor(toConcentrationSurrogate: (T) -> TS, toPositionSurrogate: (P) -> PS)

Parameters

concentration surrogate type.
toConcentrationSurrogate

the mapping function from to .

toPositionSurrogate

the mapping function from

to .