EvolutionService

@Service
class EvolutionService(val modelService: ModelService, val fragmentRepository: FragmentRepository)

Constructors

Link copied to clipboard
constructor(modelService: ModelService, fragmentRepository: FragmentRepository)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun evolveFragment(variantID: String, runningID: String, evolutionRequest: String, backwards: Boolean = false)