evaluate

Given a world, a context (with an experiment), evaluates the list of variants for it. Note: the experiment is a sinlge one, and not the experiment definition

Return

list of variants that match the experiment

Parameters

context

The context to evaluate

world

The effect manager

fun evaluate(world: World, context: Context): List<Variant>