Metaheuristics vs exact method
조회 수: 1 (최근 30일)
이전 댓글 표시
loukil sana
2016년 11월 6일
답변: JESUS DAVID ARIZA ROYETH
2016년 11월 6일
hi i want to know if we can find a solution for a given problem solved with metaheuristics which is better than a solution found by an exact method? i know that exact method give optimal solutions. But a such exception can it be found??
댓글 수: 0
채택된 답변
JESUS DAVID ARIZA ROYETH
2016년 11월 6일
Metaheuristic methods are mostly used in cases whether using an exact method has a very high computational cost or there is no proper exact method to solve the problem. However, lots of exact methods require certain initial parameters, that if not defined well can lead to problems of convergence, so this could be an exception. On the other hand, metaheuristic methods can lead to a solution but it is not always optimal. In a variety of cases the initial parameters of an exact method are defined using heuristics to guarantee that the method can converge. That would be a possible solution to the exception that was mentioned before.
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Surrogate Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!