A photoplethysomogram is shown as below.

Basically you can see the brightness of the image rise and fall as a function of time. This output could be from a pulse oximeter which measures the blood flow of your finger.
My question is this, are there genetic algorithm (or generally: evolutionary computational) based approaches to figure out the frequency of the "drops". I know FFT (well DFT) could compute the frequency (or atleast give us a frequency domain representation of the input shown above).
If you had to solve this problem using Genetic Algorithm techniques, how would you approach it? (I am not looking for actual solutions, just your ideas on how the representation and fitness functions would look in a GA design).