optimization - Simulated Annealing with integer parameters in matlab -


I am using simulation analytics in MATLAB's Global Optimization Toolbox to optimize a complex function. My work consists of only 3 parameters (x (1), x (2), x (3)) and two of them are integers (x (2) and x (3)). Right now I am running the optimization with the spherical X (2) and X (3) in the function and takes a while for the algorithm.

Is there any way to define X (2) and X (3) integers and what simulate annealing only finds integer values?

Thank you!


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -