Simulated Annealing - Parameters definition

Dear all, I would be grateful if someone can give me a help in setting parameters for a Simulated Annealing optimization process. I have defined a Lower and Upper Bounds for my parameters but is there a way to specify the minimum step increase? In fact some of my parameters need to be integer (e.g. ranging from 1 to 10 with minimum step of 1) and the definition of minimum step would decrease computation time. If it's not possible do you know if there is an alternative similar optimization method where you can specify Lower, Upper Bound and minimum step increase? Thank you in advance for your suggestions and help. Regards

댓글 수: 1

Geoff Hayes
Geoff Hayes 2015년 10월 12일
andton - have you written the Simulated Annealing optimization code yourself or are you using some custom code from elsewhere? If the latter, please give a reference to it so that we can suggest how you might be able to integrate your requests into the code. If you have written the code yourself, you may want to attach some or all of it to your question.

댓글을 달려면 로그인하십시오.

 채택된 답변

Alan Weiss
Alan Weiss 2015년 10월 12일

0 개 추천

If you are using simulannealbnd then there is no way to enforce integer constraints. ga is the only Global Optimization Toolbox that allows integer constraints.
Alan Weiss
MATLAB mathematical toolbox documentation

댓글 수: 1

andton
andton 2015년 10월 15일
Thanks for your hint Alan. The GA optimization now works fine but it takes too long. Do you feel to suggest any method to speed up the optimization process? I have 8 variables and 4 of them are integers and for all of them I have set up an Upper and Lower Bound. I have also reduced the tolerance to 1e-3 ('TolFun' in gaoptimset). Is there any other way to speed the optimization? i don't need a super accurate parameters estimation at this stage. Thank you in advance for your kind help. Regards

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Simulated Annealing에 대해 자세히 알아보기

질문:

2015년 10월 12일

댓글:

2015년 10월 15일

Community Treasure Hunt

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

Start Hunting!

Translated by