AlchemistSimulationAdapterWithExtractor
class AlchemistSimulationAdapterWithExtractor(simulation: Simulation<Any, Nothing>, val extractor: Extractor<Any>) : AbstractAlchemistSimulationAdapter(source)
This is an adapter that allow MultiVesta to interact with Alchemist.
Parameters
simulation
the simulation to be wrapped.