Mean
The mean aggregation function calculates the average value for each condition. It is thus suitable for problems where the objective should be optimized overall. CurryBO uses this method as a default.
Definition
The mean aggregation function is described as
where denotes the aggregation function, describes the sample points, are the sampled conditions, are the sampled substrates, is the set of all possible substrates and is the number of possible substrates.
The mean aggregation functions adds up all the condition functions for a substrate and then divides by the number of substrates in order to get the generality.
Last updated on