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