I have a pretty simple question. However I have searched extensively and am unable to find the answer. Is a genetic algorithm considered to be a form of unsupervised learning? I know that the algorithms evolves independently, however the fitness of each individual in the population is regularly measured (supervised?).
The objective of my algorithm is to optimize a set of heuristic weights via a genetic algorithm.
Thank you for your help! —
Genetic Algorithms can be used for both supervised and unsupervised learning, e.g.:
If you have labeled training data or tagged examples, then you are using supervised training.