Are genetic algorithms considered to be generative models?
My understanding is that these sorts of algorithms can evolve/mutate data to hone in on specific desirable areas in large/difficult to search parameter spaces. Assuming one does this successfully, how does one generate new data/sample from that desirable range? Does doing so utilize the same algorithm/structure, or would additional methods need to be introduced?
If genetic algorithms improve the efficiency of a search by finding promising regions, can they be considered as a type of generative models? Or would that be incorrect?
Topic generative-models genetic-algorithms
Category Data Science