On Wed, 27 Nov 2024, Russell Senior wrote:
I think you meant "genetic algorithms", or "genetic programming", which are related. "Genetic engineering" is more gene splicing, probably not what you meant.
Russell, Of course. I meant genetic algorithms. It can be used for finding the optimal solution to difficult problems. For example, <https://www.baeldung.com/cs/genetic-algorithms-applications>, "Genetic algorithms are heuristic algorithms inspired by the natural process of evolution. This theory of evolution was first proposed by Charles Darwin in the mid 19th century. Evolution describes the change in the biological characteristics of species over a generation through natural selection. "Consequently, genetic algorithms are based on natural selection. Where only the fittest individuals in a population are selected to reproduce and generate offspring." Earl Cox's books are a good resource. Thanks, Rich
