ExperimentAlchemistSimulationAdapter
class ExperimentAlchemistSimulationAdapter(val gridType: ExperimentAlchemistSimulationAdapter.GridType, val seed: Int, val rootOutputFiles: File = File("data")) : CSVAlchemistSimulationAdapter(source)
A CSVAlchemistSimulationAdapter that is used to load a simulation result file of the experiment about the Space-Fluid Adaptive Sampling algorithm.
Parameters
gridType
the type of grid used in the experiment
seed
the seed used to select the seed to use for the simulation, i.e. the seed given from MultiVesta
rootOutputFiles
the root folder where the CSV files are stored
See also
Constructors
Link copied to clipboard
constructor(gridType: ExperimentAlchemistSimulationAdapter.GridType, seed: Int, rootOutputFiles: File = File("data"))