-
配置のよしあしを反映する評価関数を最適化することにより徐々に良い解を求める
Gradually generate good solution based on evaluation function
-
前の解をもとに次の解を計算する
Generate next solutions from current solutions
-
手続きを用いずに良い解を得ることが可能
Getting good solutions without solving the problem
-
代表的なアルゴリズム
Algorithms
-
遺伝的アルゴリズム (GA)
Genetic algorithm
-
焼きなまし法 (SA)
Simulated Annealing