Current location - Training Enrollment Network - Mathematics courses - What knowledge does mathematical modeling need?
What knowledge does mathematical modeling need?
Knowledge required for mathematical modeling:

1, Monte Carlo algorithm (this algorithm is also called stochastic simulation algorithm, which is an algorithm to solve problems through computer simulation, and at the same time, it can test the correctness of its model through simulation, which is an essential method in the competition).

2. Data processing algorithms such as data fitting, parameter estimation and interpolation (there are usually a lot of data to be processed in the competition, and the key to processing data lies in these algorithms, usually using Matlab as a tool).

3. Linear programming, integer programming, multivariate programming, quadratic programming and other planning problems (most of the problems in modeling competitions belong to optimization problems, and in many cases these problems can be described by mathematical programming algorithms, usually realized by Lindo and Lingo software).

4. Graph theory algorithm (this kind of algorithm can be divided into many kinds, including shortest path algorithm, network flow algorithm, bipartite graph algorithm, etc. , and problems related to graph theory can be solved by these methods, which need careful preparation).

5. Computer algorithms such as dynamic programming, backtracking search, divide and conquer algorithm, branch and bound (these algorithms are commonly used in algorithm design and can also be used in competitions on many occasions).

6. Three non-classical algorithms of optimization theory: simulated annealing method, neural network and genetic algorithm (these problems are used to solve some difficult optimization problems and are very helpful to some problems, but the algorithms are difficult to realize and need to be used carefully).