Simulation-based optimization: Difference between revisions

Content deleted Content added
Revised based on feedback from simulation class (IND E 535) at University of Washington.
Yobot (talk | contribs)
m Heuristic methods: WP:CHECKWIKI error fixes using AWB (12016)
Line 20:
 
=== Heuristic methods ===
[[Heuristic (computer science)|Heuristic methods]] change accuracy by speed. Their goal is to find a good solution faster than the traditional methods, when they are too slow or fail in solving the problem. Usually they find local optimal instead of the optimal value; however, the values are considered close enough of the final solution. Examples of this kind of method is [[Tabu search|tabu search]] or [[Genetic algorithm]].<ref name=":0" />
 
=== Stochastic approximation ===