Abstract Alchemist Simulation Adapter
abstract class AbstractAlchemistSimulationAdapter(simulation: Simulation<Any, Nothing>) : AlchemistSimulationAdapter
This is an adapter that allow MultiVesta to interact with Alchemist.
Parameters
simulation
the simulation to be wrapped.