Package jline.solvers.env
Class SolverEnv.EnvGeneratorResult
-
- All Implemented Interfaces:
public class SolverEnv.EnvGeneratorResult
Container class holding the generator matrices and related data structures for both stage-specific and random environment transitions. Used to encapsulate results from environment-aware model generation.
-
-
Field Summary
Fields Modifier and Type Field Description public Array<Matrix>
stageInfGen
public Matrix
renvInfGen
public Array<MatrixCell>
stageEventFilt
public Array<Array<Matrix>>
renvEventFilt
public Array<Map<Integer, Sync>>
stageEvents
public List<RenvEvent>
renvEvents
-