how do you specify a minimum step size in simulated annealing

조회 수: 4 (최근 30일)
Nathan Orloff
Nathan Orloff 2016년 4월 5일
In the function simulannealbnd, is there some way to force the step size of the variables you are optimizing to be some number. For instance, if I have a function:
% error function erfunc = @(xi) max(func(xi));
% initial input xo = 300; lb = 100; ub = 500;
% optimize as xf = simulannealbnd(erfunc,xo,lb,ub);
Can I make simulannealbnd search in steps of 5?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Particle Swarm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by