필터 지우기
필터 지우기

Can we use random solution in each iteration of simulated annealing?

조회 수: 2 (최근 30일)
snr matlb
snr matlb 2020년 6월 20일
Hello,
Can we use random solution in each iteration of simulated annealing?
Because, when I generate neighbor result always goes worse.
My algorithm goes like that:
random_solution()
savesolution()
simualtedannealing()
random_solution()
check results with previous
check the results with probability
save new result
temp change
iteration change
end
end
So, I use in each iteration random solution. I know that is not gradually improvement. However, there are some constraints to obey them within random selection from jobs to constitute a neighbor solution and this constraints makes the neighbor worse all the time.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulated Annealing에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by