""", name = "OSE", header = "val modelTask = EmptyTask()")
@i{origin} describes the discrete space of possible origins. Each cell is considered a potential origin. @i{objectives} describe the pattern to reach with inequalities. The sought patten is considered as reached when all the objective are under their threshold value. In this example OSE computes a maximal diversity of inputs for which all the outputs are under their respective threshold values.
\ No newline at end of file
@i{origin} describes the discrete space of possible origins. Each cell is considered a potential origin. @i{objective} describe the pattern to reach with inequalities. The sought patten is considered as reached when all the objective are under their threshold value. In this example OSE computes a maximal diversity of inputs for which all the outputs are under their respective threshold values.
@@ -55,7 +55,7 @@ It takes the following parameters:
@li{@code{parallelism} the number of simulations that will be run in parallel,}
@li{@code{termination} the total number of evaluations to be executed,}
@li{@code{genome} a list of the model parameters and their respective variation intervals,}
@li{@code{objectives} a list of indicators measured for each evaluation of the model within which we search for diversity, with a discretization step,}
@li{@code{objective} a list of indicators measured for each evaluation of the model within which we search for diversity, with a discretization step,}
@li{@code{stochastic} the seed generator, which generates suitable seeds for the method. Mandatory if your model contains randomness. The generated seed for the model task is transmitted through the variable given as an argument of @code{Stochastic} (here myseed).}
@li{@code{reject}: (optional) a predicate which is true for genomes that must be rejected by the genome sampler (for instance "i1 > 50").}