Clarification on the simulannealbnd algorithm needed.
Info
This question is closed. Reopen it to edit or answer.
Show older comments
Hi,
I have some questions about the internal algorithm of simulannealbnd. I could not find an answer to these in https://uk.mathworks.com/help/gads/how-simulated-annealing-works.html
1. Does the algorithm perform one iteration per temperature or finite number of iterations for each temperature ?
2. Is there a way to specify the temperature reset for Re-annealing, which is done after every 100 iterations of temperature decrease ?
3. Is there a way to record the trials that algorithm makes at a fixed temperature : What I am looking for is an output structure for each temperature which has the trials made, accepted trials and rejected trials at that fixed temperature. I need to look into it because simulannealbnd sometimes is getting stuck at some iteration. If I understand correctly then this is because the algorithm is not able to accept trials.
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!