MATLAB: Restriction of upper and lower boundary values to single decimal place in GA.

genetic algorithmGlobal Optimization Toolboxoptimization

Dear all
I am solving a problem using GA with lb=[1 1] ub=[2.5 2]. I want upper and lower boundary value only upto 1 decimal place in population.
Please help.

Best Answer

You are free to use Mixed Integer ga Optimization and have your integer problem variables be ten times your real variables.
Alan Weiss
MATLAB mathematical toolbox documentation