Does the input notation to this fitness function describe (represent) a Kleene star?
In an optimization problem; given an input space $X$ and a fitness function $f\;:\;X\mapsto\mathbb{R}$; the goal is to find the best $x^* \in X$ such that $f(x^*)=max_{x} f(x)$
If so would this $f(x^*)=max_{x} f(x)$ then read: The fitness function, given 0 to many values of $x \in X$ finds the maximum value of $x$?
In-short, is that the common interpretation?
– tkolleh Oct 02 '20 at 22:07