Description Usage Arguments Value
Function to simulate a decision maker. Function decideRandom
selects a solution uniformly at random. Function decideInteractive
pauses
the execution and asks the user for manual selection in the terminal. Function
decideRank
performs an order-based selection, i.e., one selects an objective
and a quantile and the corresponding elements ordered by the selected objective
is chosen.
1 2 3 4 5 | decideRandom(fitness, ...)
decideInteractive(fitness, ...)
decideRank(fitness, obj = 1, q = 0.5, ...)
|
fitness |
[ |
... |
[any] |
obj |
[ |
q |
[ |
[integer(1)] Index, i.e., column number, of solution to decide for.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.