Are models and algorithms the same in mathematical modeling? Just like genetic algorithm, is it a model? Or an algorithm used to solve planning problems? urgent
Model and algorithm are two different things, and mathematical modeling can generally be divided into two steps: establishing model and solving model with algorithm. Genetic algorithm is an algorithm, not a model. It is used to solve planning problems. The planning problem can be modeled and then solved by genetic algorithm.